/*
Theme Name: GO v.2
Theme URI: https://www.acroud.com
Description: This is the second template version for GO
Author: GO
Author URI: https://www.acroud.com

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/


/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- WPForms
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
- Site Header
- Genesis Menu
- Responsive Menu
- Header Menu
- Site Inner
- Content
- Sidebar
- Author Box
- After Entry
- Column Classes
- Entry Misc.
- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
.home-aff-table tr td:last-child a {
	display: block;
	min-width: 100px;
	background: #E61E43;
	text-align: center;
	color: #fff !important;
	border-radius: 4px;
	padding: 5px 10px;
}
.home-aff-table tr td:last-child a:hover {
	background: #5C7469;
}


/* stylelint-disable */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

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

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

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

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

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

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

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

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

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}


/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	font-family: 'Arial';
	color: #384969;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #CE173A;
	font-weight: 600;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #5c74690d !important;
}
a:focus,
a:hover {
	color: #5C7469;
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.4;
	font-size: 16px;
	word-break: break-word;
}

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

li {
	list-style-type: initial;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial';
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 20px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	/*vertical-align: top;*/
}

figure {
	margin: 0;
}


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */


/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 0s;
	word-wrap: break-word;
	background-color: #fff;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;/
	background-color: #fff;
}


/* Common Classes
---------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}


/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.rank-math-breadcrumb {
	margin-bottom: 0px;
	max-width: 1210px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
}

.rank-math-breadcrumb p {
	font-size: 12px;
	color: #6e6e6e;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Arial';
	font-weight: 700;
}
.archive-title {
	font-size: 44px;
	margin: 0.67em 0;
	font-family: 'Arial';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	padding-top: 20px;
}


.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 1px;
	pointer-events: none;
	display: flex;
	flex-basis: 100%;
	background-color: #9C6616;
	color: #fff;
	font-size: 17px;
	padding: 1px 10px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* h2 titles before content */
.content h2 {
	position: relative;
	padding-left: 15px;
}
.content h2:before {
	content: "";
	background: #E82D51;
	width: 3px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
/* end h2 titles before content */
/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 5px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0px;
}
.featured-content .entry a.alignleft {
	padding: 0px;
	margin: 0px;
	min-width: 75px;
	margin-right: 15px;
}
.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
}


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


/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form+p {
	margin-top: 20px;
}


/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header  {
	background-color: #fff;
	border-bottom: 1px solid #CDD2E3;
	box-shadow: none;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 15px;
}

.site-header .wrap {
	max-width: 1180px;
	flex-basis: 100%;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 149px;
	padding: 0px;
	width: 100%;
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: 150px;
	height: 52px;
	object-fit: contain;
	margin-top: 10px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	padding: 0px;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	outline-offset: -1px;
	padding: 12px;
	text-decoration: none;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
	padding-right: -2px;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #091A39;
	text-decoration: none;
	background-color: #f0f0f0;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	color: #fff;
	text-transform: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}


/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

/* .menu-toggle.activated::before {
content: "\f335";
}*/

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 40px;
	width: 60px;
	line-height: 25px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	text-rendering: auto;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding: 15px;
	width: 100%;
}
.nav-primary .wrap{
	height: calc(100vh - 78px) !important;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
	overscroll-behavior: contain;
	z-index: 99;
}


/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.widget ul li a, .sidebar .widget ul li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
.sidebar .widget ul li a {
	color: rgb(0, 0, 0);
}

.widget ul li a:hover {
	color: #E61E43;
}


/* Content Area
---------------------------------------------------------------------------- */


/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
	padding-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.content {
	padding: 15px;
	flex-basis: 100%;
	overflow: hidden;
}

.content-sidebar-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1210px;
	background-color: #fff;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin: 0px 5px;
	padding: 0px;
	font-weight: 500;
	font-style: italic;
}
.author-bylines{
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	flex-basis: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}
.archive-pagination li::before {
	display: none!important;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	flex-basis: 100%;
	padding: 15px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}
.widget-wrap{
	display: flex;
	flex-wrap: wrap;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #FAF8F5;
	color: #384969;
	clear: both;
	padding: 60px 10px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	flex-basis: 100%;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/*
.footer-widgets-5 {
flex-basis: 100%;
font-size: 12px;
display: flex;
flex-direction: column;
align-items: center;
}

.footer-widgets-5 ul{
display: flex;
flex-wrap: wrap;
}
.footer-widgets-5 ul li{
padding: 0px 5px;
}
*/
.footer-widgets-5 .custom-html-widget {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.legal-icon{
	margin: 0px 5px;
}
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #EEECEB;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px 30px 30px 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
.footer-icons img, .social-icons img {
	margin: 5px;
}


/* GO Blocks
---------------------------------------------------------------------------- */
.wp-block-column{
	margin-bottom: 15px;
}
.wp-block-column, .go-author-posts-column {
	padding: 15px;
	box-shadow: 0 0 10px rgb(65 40 95 / 15%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #eeeceb4f;
	border: 1px solid #CDD2E2;
}
.go-author-posts-column-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.go-author-posts-column {
	flex-basis: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 5px;
}
.go-author-posts-column span {
	font-size: 14px;
	font-style: italic;
}
.go-author-info-column{
	display: flex;
	flex-basis: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.blue-column{
	background-color: #005DC2;
	color: #fff;
}
.blue-column::before{
	content: url(/wp-content/themes/go-v2/images/column-info-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.content .blue-column h2:after {
	display: none;
}
.blue-column ul li::before, .blue-column ol li::before {
	background-color: #5abc5e;
}
.navy-column{
	background-color: rgb(0, 40, 68);
	color: #fff;
}
.navy-column::before{
	content: url(/wp-content/themes/go-v2/images/column-games-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.navy-column ul li::before, .navy-column ol li::before {
	background-color: #5abc5e;
}
.purple-column{
	background-color: rgb(29, 28, 77);
	color: #fff;
}
.purple-column::before{
	content: url(/wp-content/themes/go-v2/images/column-features-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.purple-column ul li::before, .purple-column ol li::before {
	background-color: #5abc5e;
}
.gray-column{
	background-color: rgb(61, 91, 112);
	color: #fff;
}
.gray-column::before{
	content: url(/wp-content/themes/go-v2/images/column-expert-tips-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.gray-column ul li::before, .gray-column ol li::before {
	background-color: #5abc5e;
}
.magenta-column{
	background-color: rgb(92, 30, 71);
	color: #fff;
}
.magenta-column::before{
	content: url(/wp-content/themes/go-v2/images/column-how-to-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.magenta-column ul li::before, .magenta-column ol li::before {
	background-color: #5abc5e;
}

.green-column{
	background-color: rgb(52, 80, 52);
	color: #fff;
}
.green-column::before{
	content: url(/wp-content/themes/go-v2/images/column-rules-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.green-column ul li::before, .green-column ol li::before {
	background-color: #5abc5e;
}

.black-column{
	background-color: rgb(55, 58, 60);
	color: #fff;
}
.black-column::before{
	content: url(/wp-content/themes/go-v2/images/column-registration-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.black-column ul li::before, .black-column ol li::before {
	background-color: #5abc5e;
}

.red-column{
	background-color: rgb(154, 43, 40);
	color: #fff;
}
.red-column::before{
	content: url(/wp-content/themes/go-v2/images/column-caution-icon.svg);
	display: inline-block;
	height: 48px;
	width: 48px;
	padding-bottom: 65px;
}
.red-column ul li::before, .red-column ol li::before {
	background-color: #5abc5e;
}

.blue-column a, .purple-column a, .gray-column a, .magenta-column a, .navy-column a, .green-column a, .black-column a, .red-column a{
	color: rgb(233, 229, 30) !important;
}
/* GO Pros and Cons
---------------------------------------------------------------------------- */
.pros-column{
	background: #e2f3e3;
	padding: 10px 0;
}
.pros-column h3, .pros-column h4, .pros-column h5{
	padding: 15px;
	background: #378639;
	border-radius: 6px;
	margin: 10px 10px 0 10px;
	min-height: 50px;
	color: #fff;
	display: flex;
	align-content: center;
	align-items: center;
}
.pros-column h3::before, .pros-column h4::before, .pros-column h5::before{
	content: url(/wp-content/themes/go-v2/images/column-pros-icon.svg)' ';
	font-size: 1.2em;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 0px 15px 0px 0px;

}
.pros-column p{
	padding: 15px;
}
.pros-column ul {
	padding: 20px;
	margin-top: 0;
}
.pros-column ol {
	padding: 20px 20px 20px 30px;
	margin-top: 0;
}
.entry-content .pros-column ul > li {
	padding-left: 30px;
	list-style-type: none;
	font-size: 16px;
}
.entry-content .pros-column ul > li:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/01/pros-li-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 8px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
	background-color: #5abc5e;
}
.cons-column{
	background: #f9e6e6;
	padding: 10px 0;
}
.cons-column h3, .cons-column h4, .cons-column h5, .cons-column h6{
	padding: 15px;
	background: #EA0101;
	border-radius: 6px;
	margin: 10px 10px 0 10px;
	min-height: 50px;
	color: #fff;
	display: flex;
	align-content: center;
	align-items: center;
}
.cons-column h3::before, .cons-column h4::before, .cons-column h5::before{
	content: url(/wp-content/themes/go-v2/images/column-cons-icon.svg)' ';
	font-size: 1.2em;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 0px 15px 0px 0px;
}
.cons-column p{
	padding: 15px;
}
.cons-column ul {
	padding: 20px;
	margin-top: 0;
}
.cons-column ol {
	padding: 20px 20px 20px 30px;
	margin-top: 0;
}
/*
.cons-column ul li::before, li.cons-list-item::before {
content: url('/wp-content/themes/go-v2/images/li-cross-icon.svg');
background-color: #fe4646;
padding: 3px 6px 3px 6px;
margin-right: 0.5em;
border-radius: 50%;
}*/
.entry-content .cons-column ul > li {
	padding-left: 30px;
	list-style-type: none;
	font-size: 16px;
}
.entry-content .cons-column ul > li:before {
	content: '';
	background-image: url(/wp-content/themes/go-v2/images/li-cross-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
	background-color: #fe4646;
}


/* GO Regular Tables
---------------------------------------------------------------------------- */

.wp-block-table {
	overflow-x: auto !important;
	max-width: 100%;
	width: 100px;
	min-width: 100%;
}

.wp-block-table table tbody,
.wp-block-table table thead {
	width: 100%;
}
.wp-block-table table thead {
	border: 0;
}
.wp-block-table table {
	background: #fff!important;
	font-family: 'Arial';
	border-collapse: collapse !important;
	width: 100% !important;
	overflow: hidden;
}

.wp-block-table table td {
	padding: 7px 10px;
	border: 1px solid #bdbdbe!important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #384969;
	min-width: 100px;
}
.wp-block-table table td a {
	display: -webkit-inline-box;
	line-height: 24px;
} 
.wp-block-table table th {
	background: #313E45;
	padding: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
	border-color: #bdbdbe !important;
}

/* GO Media Text Block
---------------------------------------------------------------------------- */

.has-media-on-the-right .wp-block-media-text__content{
	padding: 0 0 0 0 !important;
}
.wp-block-media-text .wp-block-media-text__content{
	padding: 0 0 0 0 !important;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: block;
	background: #4B4B4B;
	position: relative;
	z-index: 500;
	margin: 0 1px;
}

#nav li a {
	display: block;
	padding: 6px 5px 0 5px;
	font-weight: 700;
	height: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	border-top: 1px solid #fff;
	width: 100%;
	white-space: nowrap;
}

#nav ul a {
	display: block;
	height: 15px;
	padding:  6px 5px;
	color: #fff;
	text-align: left;
}
#nav a:hover {
	text-decoration: none;
	background-color: #F86808;
}
/* GO Top List
---------------------------------------------------------------------------- */

.gotoplist tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
}

.gotoplist tr {
	display: flex;
	flex-direction: row;
	flex-basis: 100%;
	background: #fff;
	border: 1px solid #9b9b9b;
	border-radius: 12px;
	margin-bottom: 13px;
	flex-wrap: wrap;
	overflow: hidden;
}
.gotoplist tr.toplist-row-1 {
	border: 2px solid rgb(255, 208, 58);
}

.gotoplist td, .gotoplist th {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.gotoplist td.column-1, .gotoplist th.column-1 {
	flex-basis: 1%;
	font-size: 12px;
	position: absolute;
	margin: 9px 0px 0px 9px;
	background-color: rgb(223, 225, 227);
	padding: 0px 8px;
	border-radius: 12px;
	border: 1px solid black;
	font-weight: 600;
}
.gotoplist-featured td.column-1 {
	color: black;
	font-size: 10px;
	font-weight: 600;
}
.gotoplist tr.toplist-row-1 td.column-1, .gotoplist tr.toplist-row-1 th.column-1 {
	background-color: #ffd039;
}
.gotoplist td.column-2 {
	flex-basis: 30%;
	align-items: flex-start;
	max-width: 128px;
}

.gotoplist td.column-2 img {
	max-width: 100%;
	border-radius: 12px;
}

.gotoplist td.column-3 {
	flex-basis: 65%;
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-start;
	align-content: flex-start;
}

.gotoplist td.column-4 {
	flex-basis: 100%;
	word-break: break-word;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	font-size: 12px;
	justify-content: flex-start;
}
.gotoplist td.column-4 ul {
	padding: 0px;
	margin: 0px;
}
.gotoplist td.column-4 li {
	list-style-type: none;
}

.gotoplist td.column-5 {
	flex-basis: 100%;
	word-break: break-word;
}

.gotoplist td.column-6 {
	background: #dfe1e3;
	flex-basis: 100%;
}
.gotoplist-featured tr {
	background-color: rgba(34, 34, 34, 0.7);
	justify-content: space-between;
	box-shadow: 0 0 14px rgb(0 0 0 / 25%);
	border-width: 2px;
}
.gotoplist-featured td.column-1 {
	margin: 3px 0px 0px 3px;
}
.gotoplist-featured td.column-2, .gotoplist-featured td.column-3, .gotoplist-featured td.column-5 {
	padding: 4px;
}
.gotoplist-featured td.column-2 {
	flex-basis: 10%;
	align-items: flex-start;
}
.gotoplist-featured td.column-2 img {
	min-width: 60px;
}
.gotoplist-featured td.column-3 {
	flex-basis: 47%;
}
.gotoplist-featured td.column-5 {
	flex-basis: 10%;
}
.gotoplist-featured tr.toplist-featured-row-1 {
	border-color: #ffd039;
}

.gotoplist-featured tr.toplist-featured-row-1 td.column-1 {
	background-color: #ffd039;
}

.gotoplist-featured tr.toplist-featured-row-2 {
	border-color: #dfe1e3;
}
.gotoplist-featured tr.toplist-featured-row-2 td.column-1 {
	background-color: #dfe1e3;
}
.gotoplist-featured tr.toplist-featured-row-3 {
	border-color: #faa069;
}
.gotoplist-featured tr.toplist-featured-row-3 td.column-1 {
	background-color: #faa069;
}
.gotoplist-featured td.column-6 {
	background: rgba(223,225,227,.2);
}
.gotoplist thead {
	display: none;
}

.gotoplist-bonus-offer, .gotoplist-bonus-offer-match, .gotoplist-bonus-offer-freespins, .gotoplist-featured-bonus-offer, .sticky-review-card-bonus-offer {
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	font-family: 'Arial';
	color: #333;
	word-break: break-word;
	flex-basis: 100%;
}
.gotoplist-bonus-offer-match, .gotoplist-bonus-offer-freespins{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 5px;
}
.gotoplist-bonus-offer-match{
	color: #238500;
}
.gotoplist-featured-bonus-offer {
	font-size: 14px;
	color: #fff;
}
.sticky-review-card-bonus-offer {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.gotoplist-review-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 16px;
	color: #000000;
}
.gotoplist-featured-review-link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Arial';
	font-weight: 700;
	font-size: 12px;
	line-height: 160%;
	color: #9b9b9b;
	flex-basis: 100%;
}
img.review-stars {
	object-fit: contain;
}
.gotoplist-cta-button, .gotoplist-no-cta-button, .gotoplist-featured-cta-button {
	background: #238500 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Arial';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: .055em;
	text-transform: capitalize;
	color: #fff!important;
	min-width: 130px;
	display: block;
	padding: 14px 10px 14px 10px;
	text-decoration: none;
	flex-basis: 100%;
	word-break: break-word;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 40%);
}
.gotoplist-cta-button:active,
.gotoplist-cta-button:hover,
.gotoplist-featured-cta-button:active,
.gotoplist-featured-cta-button:hover {
	background: #5C7469 !important;
}
.gotoplist-no-cta-button {
	background: #757575!important;
}
.gotoplist-no-cta-button:active,
.gotoplist-no-cta-button:hover {
	background: #919191!important;
}
.gotoplist-featured-cta-button{
	min-width: 94px;
	font-size: 12px;
	padding: 6px 4px;
}
.gotoplist-tnc-text, .gotoplist-featured-tnc-text, .gotoplist-cards-tnc-text, .sticky-review-card-tnc-text {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	margin: 0;
	word-break: break-word;
	flex-basis: 100%;
}
.gotoplist-featured-tnc-text, .gotoplist-cards-tnc-text, .sticky-review-card-tnc-text {
	color: #fff;
}

.review-tnc-text {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	word-break: break-word;
	flex-basis: 100%;
	text-align: center;
}

.gotoplist-view-more {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	padding-bottom: 25px;
}
.gotoplist-menu-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #264860;
	border-radius: 15px;
	padding: 0px 15px;
	height: 75px;
	color: #fff;
	font-weight: 600;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 1180px;
}

.gotoplist-menu-wrap span{
	min-width: 140px;
	margin-left: 10px;
	display: none;
}
.gotoplist-menu{
	overflow-x: auto !important;
	overflow-y: hidden !important;
	max-width: 100%;
	width: 100px;
	min-width: 100%;
}
.gotoplist-menu-filter-text{
	min-width: 30px;
}
.gotoplist-menu ul{
	display: flex;
	margin: 0px;
	padding: 0px;
	padding-right: 1140px;
	padding-left: 0px!important;
}
.gotoplist-menu li::before {
	display: none;
}
.gotoplist-menu ul li{
	display: flex;
	list-style: none;
	min-width: 245px;

}
.gotoplist-menu ul li.current-menu-item a{
	color: #264860 !important;
	background: #ffd039;

}

.gotoplist-menu a{
	color: #fff !important;
	text-decoration: none;
	background: #3c5b70;
	border-radius: 10px;
	min-width: auto;
	min-height: 29px;
	margin-right: 7px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	cursor: pointer;
	flex-basis: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 19px;
}

.gotoplist-menu a:active, .gotoplist-menu a:hover {
	color: #264860 !important;
	background: #ffd039;
}

.gobutton,.go-demo-button, .go-demo-button-cta,
.view-more-button,
.wp-block-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 10px;
	font-family: 'Arial';
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #fff !important;
	order: 2;
	margin-top: 0px;
	text-align: center;
	background: #A06917;
}

.gobutton:hover,
.gobutton:active,
.gobutton:focus,
.gobutton:hover,
.gobutton button:active,
.gobutton button:focus,
.go-demo-button:hover,
.go-demo-button:active,
.go-demo-button:focus,
.go-demo-button-cta:hover,
.go-demo-button-cta:active,
.go-demo-button-cta:focus,
.view-more-button:hover,
.view-more-button:active,
.view-more-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	background: #5c7469;
	color: #E61E43;
}
.go-demo-button{
	position: absolute;
	background-color: white;

}
.go-demo-button-cta{
	position: absolute;
	background-color: white;
	margin-top: 100px;
}
.wp-block-button__link {
	padding: 7px 10px !important;
	display: inline-block;
	background-color: #e61e43!important;
	color: #fff!important;
	min-width: 168px;
	width: auto;
	text-decoration: none!important;
	font-size: 14px!important;
	font-weight: 600!important;
	margin-bottom: 20px!important;
	text-align: center!important;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
	background-color: #5C7469 !important;
	color: #fff!important;
}

.dataTables_length {
	display: none;
}

.dataTables_filter {
	display: none;
}


/* GO Toplist Cards
---------------------------------------------------------------------------- */

.gotoplist-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
	margin-bottom: 15px;
}

.gotoplist-cards-column-wrap {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #474747;
	border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 13px;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 10px;
	flex-basis: 100%;
	justify-content: space-between;
}
.gotoplist-cards-column-link, .gotoplist-cards-column-link-sidebar {
	flex-basis: 100%;
	text-decoration: none;
}
.gotoplist-cards-header{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	margin: 0 0 20px;
}
.gotoplist-cards-column-1 {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	color: #fff;
	font-size: 14px;
	justify-content: flex-start;
	align-items: center;
}
.gotoplist-cards-column-1 img {
	border-radius: 5px;
	width: 46px;
	height: 46px;
}
.gotoplist-cards-column-2 {
	flex-basis: 35%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;

}
.gotoplist-cards-column-3 {
	flex-basis: 100%;
	display: none;
	flex-direction: column;
	align-items: center;

}
.gotoplist-cards-casino-name{
	text-align: center;
	margin-left: 5px;
	color: #fff !important;
	text-decoration: none;
}
.gotoplist-cards-bonus-usp {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Arial';
	color: #fff;
	word-break: break-word;
	flex-basis: 100%;
	text-align: center;
	display: none;
	justify-content: center;
	padding: 3px;
}
.gotoplist-cards-bonus-offer {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Arial';
	color: #fff;
	word-break: break-word;
	flex-basis: 100%;
	text-align: center;
	display: none;
	justify-content: center;
	padding: 3px;
	margin-bottom: 6px;
}
.gotoplist-cards-rating{
	display: none;
	align-items: center;
}
.gotoplist-cards-rating span{
	margin-left: 5px;
}
/* GO Payment Options
---------------------------------------------------------------------------- */

.gopaymentoptions tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.gopaymentoptions tr {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 15px;
	margin-bottom: 13px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gopaymentoptions td {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-direction: row;
	border: 0px;
	border-top: 0px !important;
}

.gopaymentoptions td.column-1 {}
.gopaymentoptions td.column-1 img  {
	border-radius: 5px;
	max-width: 100%;
	height: 105px;
	object-fit: cover;
}

.gopaymentoptions td.column-2 {}

.gopaymentoptions td.column-3 {}

.gopaymentoptions td.column-4 {}

.gopaymentoptions td.column-5 {
	display: none;
}

.gopaymentoptions td.column-6 {
	display: none;
}

.gopaymentoptions td.column-7 {
	display: none;
}

.gopaymentoptions thead {
	display: none;
}

.dataTables_paginate.paging_simple {
	display: none;
}
.gopaymentoptions-title{
	font-weight: 700;
	word-break: break-word;
}
.gopaymentoptions-excerpt{
	word-break: break-word;
	font-style: italic;
	font-size: 14px;
}

/* GO Slots List
---------------------------------------------------------------------------- */

.goslotslist tbody, .gogameslist tbody, .goproviderslist tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.goslotslist tr, .gogameslist tr, .goproviderslist tr {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
	border-radius: 4px;
	background: #fff;
	margin-bottom: 13px;
	/*flex-wrap: wrap;*/
	justify-content: flex-end;
}
.goslotslist tr {
	/*min-height: 350px;*/
	min-height: 250px;
}
.gogameslist tr {
	min-height: 180px;
	justify-content: flex-start;
	flex-basis: 48%;
}
.goslotslist td, .gogameslist td, .goproviderslist td {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-direction: row;
	border: 0px;
	border-top: 0px !important;
	color: #fff;
}
.goproviderslist td {
	color: #333;
}
.gogameslist td {
	justify-content: flex-start;
	word-break: break-word;
}
.gogameslist td:active, .gogameslist td:hover  {
	background-color: red;
	border-radius: 15px;
	opacity: .7;
}
.gogameslist a {
	color: #fff!important;
	text-decoration: none;
	min-height: 180px;
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.gogameslist a:active, .gogameslist a:hover {
	color: #ffffff!important;
	text-decoration: none;
}
.goslotslist td.column-1 {}

.goslotslist td.column-1 img, .goproviderslist td.column-1 img  {
	border-radius: 15px;
	max-width: 100%;
	height: 150px;
	object-fit: cover;
}
.goproviderslist td.column-1 img  {
	max-width: 110px;
	max-height: 110px;
	border-radius: 5px;
}

.goslotslist td.column-2 {}

.goslotslist td.column-3 {}

.goslotslist td.column-4 {}

.goslotslist td.column-5, .goproviderslist td.column-5  {
	display: none;
}

.goslotslist td.column-6, .goproviderslist td.column-6 {
	display: none;
}

.goslotslist td.column-7, .goproviderslist td.column-7 {
	display: none;
}

.goslotslist thead, .gogameslist thead, .goproviderslist thead {
	display: none;
}

.goslotslist-title, .goproviderslist-title {
	font-weight: 700;
	word-break: break-word;
	text-align: center;
	line-height: 1.5;
}

.wrapper-iframe{
	flex-basis: 100%;
	display: flex;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	min-height: 335px;
}
.wrapper-iframe iframe{
	flex-basis: 100%;
	min-height: 335px;
	max-width: 100%;
}
.game-space{
	height: auto;
	position: absolute;
	flex-basis: 100%;
	display: flex;
	background-color: #333333c2;
	flex-grow: 100%;
	max-width: 795px;
	width: 100%;
	min-height: 335px;
	justify-content: center;
	align-items: center;
}
.game-space img{
	margin-top: -190px;
	width: 110px;
	position: absolute;
	border-radius: 15px;
}
/* GO Authors List
---------------------------------------------------------------------------- */

.goauthorslist tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.goauthorslist tr {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 15px;
	margin-bottom: 13px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goauthorslist td {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-direction: row;
	border: 0px;
	border-top: 0px !important;
	color: #333;
}

.goauthorslist td.column-1 {}

.goauthorslist td.column-1 img {
	border-radius: 50px;
	max-width: 100%;
	max-height: 191px;
	object-fit: cover;
}

.goauthorslist td.column-2 {}

.goauthorslist td.column-3 {
	font-size: 16px;
	word-break: break-word;
}


.goauthorslist thead {
	display: none;
}

.goauthorslist-title {}

/* GO News    
---------------------------------------------------------------------------- */
.gonews-list-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.gonews-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 15px;
	margin-bottom: 13px;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	padding: 10px;
	color: #fff!important;
}

.gonews-header{
	min-height: 125px;
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.gonews-header a{
	color: #fff!important;
	text-decoration: none;
}

/* GO FAQ
---------------------------------------------------------------------------- */
.faq {
	padding-left: 0!important;
	padding-right: 0!important;
}

.faq-wrapper li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4px 0;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 20%);
	display: inline-block;
	padding: 20px 66px 20px 67px!important;
	background: #fff;
	border-bottom: 0!important;
	margin-bottom: 0!important;
}

.faq .question {
	position: relative;
	width: 100%;
	text-align: left;
	background: #fff!important;
	font-family: 'Arial' !important;
	color: #333!important;
	font-size: 14px!important;
	font-weight: 600!important;
	line-height: 22px!important;
	padding: 0!important;
	cursor: pointer;
	margin: 0!important;
	text-transform: none!important;
}

.faq-wrapper li .answer {
	font-weight: 400!important;
	font-size: 16px!important;
	line-height: 1.8!important;
	font-family: 'Arial' !important;
	color: #333!important;
}

.faq .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	width: 21px;
	left: -40px;
	top: 50%;
	z-index: 2;
}

.faq .plus-minus-toggle:after,
.faq .plus-minus-toggle:before {
	background: #fdcc3c!important;
	content: "";
	height: 2px!important;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px!important;
	transition: transform .5s ease;
}


/* GO Headers Reviews
---------------------------------------------------------------------------- */

.review-banner-mobile{
	display: flex;
}

.review-banner-desktop{
	display: none!important;
}


.review-banner, .go-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #fdf7ec;
	border: 1px solid #e59916;
	padding: 5px;
	flex-basis: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
}

.review-banner-content, .go-banner-content {
	max-width: 1210px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis: 100%;
	justify-content: center;
	row-gap: 10px;
    font-size: 14px;
}
.review-banner-content ul {
	flex-basis: 100%;
}

.review-not-available-wrap{
	z-index: 999;
	display: flex;
	justify-content: center;
	flex-basis: 100%;
}
.review-not-available-content{
	display: flex;
	align-items: center;
	max-width: 680px;
	flex-direction: column;
}

.review-entry-header{
	margin-top: 25px;
	flex-basis: 100%;
}
.go-entry-header {
	flex-basis: 100%;
}

.review-info-left,
.review-info-middle,
.review-info-right,
.payments-review-info-right,
.software-review-info-right,
.slots-review-info-right,
.go-info-left,
.go-info-right {
	position: relative;
	flex-basis: 100%;
	height: auto;
	overflow: hidden;
	margin: 4px 0;
	border: 1px solid hsla(0, 0%, 78%, .2);
	background: #fff;
	display: inline-block;
	padding: 20px 15px 20px 15px!important;
	border-bottom: 0!important;
	margin-bottom: 0!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	color: #000;
}
.review-info-left {
	align-items: center;
}
.go-info-left,
.go-info-right {
	border: none;
	background: none;
	color: #fff;
}
.go-info-featured-title {
	font-size: 20px;
	flex-basis: 100%;
	font-weight: 600;
}
.go-info-left-menu{
	display: flex;
	flex-basis: 100%;
	justify-content: space-around;
	padding-top: 40px;
}
.go-info-left-menu li{
	display: flex;
	flex-basis: 33%;
	justify-content: center;
}
.go-info-left-menu-item a{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 21px 12px 0;
	text-align: center;
	line-height: 15px;
	min-height: 55px;
	align-items: center;
	justify-content: center;
	color: #333 !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	max-width: 105px;
	flex-basis: 90%;
	outline: none;
}
.go-info-left-menu-item a .icon {
	width: 52px;
	height: 52px;
	margin-top: -60px;
	margin-bottom: 10px;
}
.review-info-left{
	border-radius: 20px 20px 0px 0px;
}
.review-info-right, .payments-review-info-right, .slots-review-info-right, .software-review-info-right {
	border-radius: 0px 0px 20px 20px;
}
.review-info-middle ul {
	font-size: 16px;
}

.review-content-left-logo {
	height: 306px;
}
.review-content-left-logo img {
	border-radius: 10px;
	object-fit: contain;
	height: 300px;
	width: 300px;
}
.review-info-title {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
}

.review-info-under {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
	flex-basis: 100%;
}


.review-info-under-title {
	font-size: 24px;
	flex-basis: 100%;
}

.review-info-title-left,
.review-info-text-left{
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	font-size: 24px;
	line-height: 2;
}
.review-info-title-right {
	font-size: 24px;
}

.review-info-text-left {
	font-size: 17px;
}
.review-info-bonus {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	flex-basis: 100%;
	text-align: center;
}
.review-info-pros-cons {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	padding: 10px 0px;
}
.review-info-pros-cons li {
	flex-basis: 100%;
}
.review-info-table, .slots-review-info-table {
	font-size: 14px;
}
.slots-review-info-table tbody{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.slots-review-info-table tr{
	flex-basis: 100%;

}
.rating-count-top{
	display: flex;
	align-items: center;
}

.bar-row{
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}
.label{
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
}
.bar-rail{
	flex-basis: 100%;
	background: hsla(0,1%,81%,.6);
	height: 6px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 18px;
}
.progress-indicator{
	flex-basis: 100%;
	height: 6px;
}


/* Review Bonus Table ShortCode*/
.operator-bonus-table{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0px 15px 0px;
}
.operator-bonus-table img{
	border-radius: 15px;
	margin-bottom: 15px;
}
.operator-bonus-table-wrap{
	background: #f7f7f7;
	border-radius: 5px;
	padding: 24px 10px 5px;
	margin-bottom: 17px;
	flex-basis: 100%;
}
.operator-bonus-table-heading{
	font-size: 20px;
	font-weight: 700;
	color: #373a3c;
	margin-bottom: 12px;
	flex-basis: 100%;
}
.operator-bonus-table tbody{
	display: flex;
	flex-basis: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.operator-bonus-table tr{
	flex-basis: 100%;
}
.operator-bonus-table td{
	padding: 3px;
	word-break: break-word;
}
/* Review sticky card top*/
.sticky-review-card{
	position: fixed;
	bottom: -125px;
	left: 0;
	right: 0;
	z-index: 1000;
	color: #fff!important;
	box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
	transition: top .3s ease-out, bottom .3s ease-out;
	/*top: -110px;*/
	height: 110px;
	background: #0084ff;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
}
.sticky-review-card-content{
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.review-sticky-card-column-1{
	padding: 0px 5px;
	flex-basis: 15%;
}
.review-sticky-card-column-1 img{
	border-radius: 5px;
}
.review-sticky-card-column-2{
	padding: 0px 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	flex-basis: 85%;
}
.review-sticky-card-column-2 a{
	text-decoration: none;
	line-height: 0px;
}
.review-sticky-card-column-3{
	display: none;
	padding: 0px 5px;
}
.review-sticky-card-column-4{
	flex-basis: 100%;
	padding: 0px 5px;
	text-align: center;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/

.hamburger {
	padding: 8px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	float: right;
	outline: none;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #313E45;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--slider .hamburger-inner {
	top: 5px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	background: #E82D51;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.activated .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	background: #E82D51;
}

.hamburger--slider.activated .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.activated .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger-label {
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.rank-math-list-item{
	margin-bottom: 20px;
	padding: 15px;
	background-color: transparent;
	border: 1px solid #ebebeb;
}
/* GO Regulation Banner regulation
---------------------------------------------------------------------------- */
.regulation-banner-wrap{
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 9;
	padding: 10px 5px;
	background: #fcfcfc;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	flex-wrap: wrap;
}
.regulation-banner-content, .regulation-banner-images{
	display: flex;
	max-width: 600px;
	flex-basis: 100%;
	align-items: center;
	justify-content: center;
}
.regulation-banner-images{
	max-width: 300px;
}
.regulation-banner-images a{
	margin-right: 10px;
}
.regulation-banner-content span{
	display: flex;
	max-width: 600px;
	font-size: 12px;
}
.regulation-banner-content a{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* GO Promotion Banner promotion
---------------------------------------------------------------------------- */
.promotion-banner-wrap{
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.promotion-banner-content{
	display: flex;
	max-width: 700px;
	flex-basis: 100%;
	justify-content: space-between;
	align-items: center;
}
.promotion-banner-content a{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.promotion-content img{
	max-height: 32px;
}

/* GO WP Block Images Align Tweaks
---------------------------------------------------------------------------- */
.wp-block-image .alignright, .wp-block-image .alignleft{
	width: 100%;
	text-align: center;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
	.gopaymentoptions tr {
		flex-basis: 48%;
	}
	.goslotslist tr, .gogameslist tr, .goauthorslist tr, .goproviderslist tr {
		flex-basis: 48%;
	}
	.gotoplist td.column-2 {
		flex-basis: 15%;
	}
	.gotoplist td.column-3 {
		flex-basis: 50%;
	}
	.gotoplist td.column-4 {
		flex-basis: 30%;
	}
	.gotoplist-bonus-offer, .gotoplist-bonus-offer-match, .gotoplist-bonus-offer-freespins{
		font-size: 16px;
		font-weight: 700;
	}

	.gotoplist-review-link {
		font-size: 14px;
	}
	.gotoplist-cta-button, .gotoplist-no-cta-button{
		min-width: 150px;
		font-size: 16px;
	}
	.gotoplist-menu a{
		font-size: 18px;
	}
	.gotoplist-featured td.column-2 {
		flex-basis: 7%;
	}
	.gotoplist-featured td.column-3 {
		flex-basis: 60%;
	}

	.go-info-left-menu-item a .icon {
		width: 68px;
		height: 68px;
	}
	.go-info-left-menu-item a{
		font-size: 14px;
		min-width: 140px;
		max-width: 165px;
	}
	.gotoplist-menu-wrap span{
		display: initial;
	}
	.gotoplist-menu-filter-text{
		min-width: 170px;
	}

	/* Slot Reviews
	---------------------------------------------------------------------------- */
	.slots-review-info-table tr{
		flex-basis: 50%;

	}
	/* Author Post Columns
	---------------------------------------------------------------------------- */
	.go-author-posts-column {
		flex-basis: 47%;
	}
	/* GO News news
	---------------------------------------------------------------------------- */
	.gonews-item {
		flex-basis: 44%;
	}

	/* GO WP Block Images Align Tweaks
	---------------------------------------------------------------------------- */
	.wp-block-image .alignright, .wp-block-image .alignleft{
		width: inherit;
		text-align: inherit;
	}
	/* GO Media Text Block
	---------------------------------------------------------------------------- */

	.wp-block-media-text .wp-block-media-text__content{
		padding: 5px 0 0 8% !important;
	}  
	.has-media-on-the-right .wp-block-media-text__content{
		padding: 5px 8% 0 0 !important;
	}
}
/* Pushcrew widget position
	---------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.pushcrew-side-button.pushcrew-chicklet-position-tr {
  		top: 35%;
	}
}
@media screen and (max-width: 700px) {
	.mfp-content {
  		margin-top: 50px!important;
	}
	.mfp-wrap {
  		z-index: 99999999999!important;		
	}
	.pushcrew-mobile-box {   
    	z-index: 999999999!important;
	}
}
@media screen and (max-width: 959px) {
	.wp-block-table .has-fixed-layout {
		table-layout: initial !important;
	}
	.nav-primary {
		padding: 15px 0;
	}
	li.astm-search-menu.is-menu a {
		font-size: 16px;
	}
}
@media only screen and (min-width: 960px) {


	h2 {
		font-size: 28px;
	}
	.entry-header {
		margin-top: 0px;
	}

	/* Site Header
	--------------------------------------------- */
	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}
	.entry-title, .go-entry-title {
		font-size: 30px;
		font-weight: normal;
	}
	.admin-bar .site-header {
		top: 32px;
	}
	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu a {
		text-transform: uppercase;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu>.menu-bold>a {
		font-weight: 700;
	}
	.genesis-nav-menu>.menu-highlight>a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.genesis-nav-menu>.menu-highlight>a:focus,
	.genesis-nav-menu>.menu-highlight>a:hover {
		background-color: #0073e5;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}
	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		background: #fff;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding: 11px 15px;
		color: #333;
		font-weight: 500;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -38px 0 0 199px;
	}

	/* SubMenu ICons
	--------------------------------------------- */

	.sub-menu .menu-item.menu-item-has-children > a > span {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sub-menu .menu-item.menu-item-has-children > a > span::after {
		width: 6px;
		height: 6px;
		margin-left: 8px;
		border-top: 1px solid;
		border-right: 1px solid;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* Responsive Menu
	--------------------------------------------- */
	.js .nav-primary {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		padding: 0px;
		height: auto;
	}
	.menu-primary li a {
		padding: 17px 20px;
	}
	.sub-menu li a:hover {
		background-color: #f0f0f0!important;
	}
	.nav-primary .wrap{
		height: auto!important;
		overflow-y: unset;
		-webkit-overflow-scrolling: unset;
	}
	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		padding-top: 0px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	/* Content
	--------------------------------------------- */
	.content-sidebar-wrap {
		flex-wrap: nowrap;
	}
	.content {
		float: left;
		flex-basis: 100%;
		margin-top: 15px;
	}
	.sidebar-content .content {
		float: right;
	}
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.full-width-content .entry-content > .alignwide{
		margin-left: 0px!important;
		margin-right: 0px!important;
		max-width: 100%!important;
		width: auto!important;
	}
	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		flex-basis: 41%;
		margin-top: 15px;
	}
	.sidebar-content .sidebar {
		float: left;
	}
	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}
	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Column Classes
	--------------------------------------------- */
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	/* Entry Misc.
	--------------------------------------------- */
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}
	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets .wrap {
		max-width: 1210px;
	}
	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		flex-basis: 20%;
		padding: 15px 0px;
	}
	.footer-widgets-6 {
		flex-basis: 100%;
	}


	/* GO Top List
	--------------------------------------------- */
	.gotoplist tr {
		flex-direction: row;
		justify-content: space-between;
	}
	.gotoplist td.column-1 {
		flex-basis: 1%;
	}
	.gotoplist td.column-2 {
		flex-basis: 15%;
	}
	.gotoplist td.column-3 {
		flex-basis: 25%;
	}
	.gotoplist-featured td.column-3 {
		flex-basis: 49%;
	}
	.gotoplist td.column-4 {
		flex-basis: 35%;
	}
	.gotoplist td.column-5 {
		flex-basis: 15%;
	}
	.gotoplist-featured td.column-5 {
		flex-basis: 30%;
	}
	.gotoplist td.column-6 {
		flex-basis: 100%;
	}
	.gotoplist-bonus-offer, .gotoplist-bonus-offer-match, .gotoplist-bonus-offer-freespins{
		font-size: 16px;
	}
	.gotoplist td.column-2 img {
		max-width: 100%;
	}

	.go-banner-content{
		flex-wrap: nowrap;
	}

	.go-info-left-menu-item a{
		font-size: 16px;
	}
	.gotoplist-cta-button, .gotoplist-no-cta-button{
		min-width: 140px;
	}
	.gotoplist-featured-cta-button {
		min-width: 171px;
		font-size: 18px;
		padding: 16px 10px 10px 10px;
	}
	.gotoplist-featured-bonus-offer {
		font-size: 16px;
	}


	/* GO Toplist Cards
	---------------------------------------------------------------------------- */
	.gotoplist-cards-header{
		font-size: 28px;
	}
	.gotoplist-cards-column-wrap {
		flex-basis: 33%;
		padding: 16px 0px 0px 0px;
		min-height: 190px;
	}
	.gotoplist-cards-column-link{
		flex-basis: 33%;
	}
	.gotoplist-cards-column-link-sidebar{
		flex-basis: 49%;
	}
	.gotoplist-cards-column-1 {
		flex-basis: 36%;
		justify-content: center;
		padding: 0px 5px 0px 0px;
	}
	.gotoplist-cards-column-1 img {
		width: 70px;
		height: 70px;
	}
	.gotoplist-cards-column-2 {
		flex-basis: 64%;
		border-left: 1px solid #bdbdbe;
		padding: 0px 16px 0px 16px;
	}
	.gotoplist-cards-column-3 {
		flex-basis: 100%;
		display: flex;
		padding-top: 15px;

	}
	.gotoplist-cards-casino-name{
		flex-basis: 100%;
	}
	.gotoplist-cards-bonus-usp, .gotoplist-cards-bonus-offer {
		display: flex;
	}
	.gotoplist-cards-rating {
		display: flex;
	}

	/* GO Reviews
	--------------------------------------------- */
	.review-banner-mobile{
		display: none!important;
	}

	.review-banner-desktop{
		display: flex!important;
	}
	.review-info-left, .go-info-left {
		flex-basis: 33%;
		border-radius: 20px 0px 0px 20px;
	}
	.go-info-left {
		flex-basis: 55%;
	}
	.review-info-middle {
		flex-basis: 33%;
	}
	.review-info-right, .slots-review-info-right, .payments-review-info-right, .software-review-info-right {
		flex-basis: 33%;
		border-radius: 0px 20px 20px 0px;
	}
	.payments-review-info-right, .slots-review-info-right, .software-review-info-right, .go-info-right{
		flex-basis: 67%;
	}
	.go-info-right{
		flex-basis: 45%;
		min-width: 520px;
	}
	.review-entry-header, .go-entry-header {
		margin-top: 20px;
	}
	.review-info-pros-cons li {
		flex-basis: 50%;
	}
	.sticky-review-card{
		background: #fff;
		color: #222;
		padding-top: 5px;
	}
	.sticky-review-card-bonus-offer {
		font-size: 24px;
		color: #222;
	}
	.sticky-review-card-tnc-text {
		color: #222;
	}
	.goslotslist tr, .goauthorslist tr, .goproviderslist tr, .gopaymentoptions tr {
		flex-basis: 32%;
	}
	.gogameslist tr{
		flex-basis: 33%;
	}
	.review-sticky-card-column-1{
		flex-basis: unset;
	}
	.review-sticky-card-column-2{
		flex-basis: unset;
		min-width: 250px;
	}
	.review-sticky-card-column-3{
		display: flex;
		flex-basis: unset;
	}
	/* GO Bonus Shortcode
	---------------------------------------------------------------------------- */
	.operator-bonus-table tr{
		flex-basis: 49%;
	}
	/* GO Regular Tables
	---------------------------------------------------------------------------- */
	/*.wp-block-table {
	width: 100%;
}*/
	/* Author Post Columns
	---------------------------------------------------------------------------- */
	.go-author-posts-column {
		flex-basis: 31%;
	}
	/* GO News news
	---------------------------------------------------------------------------- */
	.gonews-item {
		flex-basis: 24%;
	}
	/* GO Media Text Block
	---------------------------------------------------------------------------- */
	.wp-block-media-text .wp-block-media-text__content{
		padding: 15px 0 0 8% !important;
	}  
	.has-media-on-the-right .wp-block-media-text__content{
		padding: 15px 8% 0 0 !important;
	}
	.wp-block-media-text__media{
		padding: 0px 0px 15px 0px!important;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/*Advanced Post Block plugin*/
.wp-block-ap-block-posts .apbMeta .dashicon {
	position: relative;
}
.wp-block-ap-block-posts .apbMeta .dashicon::before {
	position: absolute;
	top: -3px;
	left: 0;
}
.bottom-news .apbPost:nth-child(-n+4) {
	display: none;
}
.apbGridPosts .apbPost .apbThumb {
	padding-bottom: 40%;
}

/*magnific popup css*/
#operator-popup-top-list-cards {
	position: relative;
	background: #FFF;
	padding: 28px;
	width: auto;
	max-width: 1100px;
	margin: 20px auto;
}
.mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    height: 100% !important;
    overflow: hidden auto;
	z-index:9999999999999999!important;
}
@media only screen and (min-width: 960px) {
	
	/* overlay at start */
	.mfp-fade.mfp-bg {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	/* overlay animate in */
	.mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.8;
	}
	/* overlay animate out */
	.mfp-fade.mfp-bg.mfp-removing {
		opacity: 0;
	}

	/* content at start */
	.mfp-fade.mfp-wrap .mfp-content {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	/* content animate it */
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		opacity: 1;
	}
	/* content animate out */
	.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
		opacity: 0;
	}
}



/*---------------------------- REDESIGN -----------------------------*/
/*@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
}*/

.rank-math-breadcrumb {
	padding: 15px;
}
.rank-math-breadcrumb p {
	margin: 0;
	padding-left: 20px;
}
.rank-math-breadcrumb {
	position: relative;
}
.rank-math-breadcrumb a {
	color: #091A39;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
    display: inline-block;
}
.rank-math-breadcrumb a:first-child {
	position: relative;
}
.rank-math-breadcrumb a:first-child:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/05/home-icon.svg);
	background-size: 14px 15px;
	background-repeat: no-repeat;
	height: 14px;
	width: 15px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 4px;
}
/*---- NAVIGATION ----*/
*:focus {
	outline: none;
}

.genesis-nav-menu a {
	color: #091A39;
	font-size: 20px;
	border-bottom: 1px solid #eee;
}
.menu-toggle {
	color: #091A39;
	padding: 12px 0;
}
.sub-menu-toggle {
	color: #091A39;
	padding: 12px 10px;
}
.sub-menu .sub-menu-toggle {
	padding: 10px;
}
.genesis-nav-menu .sub-menu a {
	color: #091A39;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.sub-menu-toggle::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/faq-arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 13px 12px;
	width: 13px;
	height: 12px;
	display: inline-block;
	transform: rotate(0deg);
	transition: .3s ease-in-out;
	margin-left: 8px;
	border: none;
}
.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media only screen and (max-width: 960px) {
	.current-menu-ancestor.menu-item-has-children > a {
		background-color: #f0f0f063;
	}
	.genesis-nav-menu .current-menu-item>a {
		background-color: #f0f0f0;
		color: #E82D51;
		border-bottom: 3px solid #E82D51;
	}
}
@media only screen and (min-width: 960px) {
	.wp-custom-logo .title-area {
		margin-left: 0;
		max-width: 166px;
		height: 64px;
	}
	.wp-custom-logo .title-area img {
		width: 166px;
		height: 59px;
		object-fit: contain;
	}
	.genesis-nav-menu > .menu-item > a {
		color: #091A39;
		text-transform: none;
		font-weight: 500;
		padding: 20px 0px !important;
		font-size: 16px;
		border-bottom: 0;
	}
	.genesis-nav-menu > .menu-item {
		padding: 1px 6px;
	}
	.genesis-nav-menu a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:focus {
		color: #E82D51;
		background: none;
		outline: none;
	}
	.genesis-nav-menu a:hover {
		color: #E82D51;
		background: none;
	}
	.genesis-nav-menu .current-menu-item > a {
		color: #E61E44;
		background: none;
		font-weight: 600;
	}
	.genesis-nav-menu .current-menu-item > a:after {
		filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7500%) hue-rotate(330deg) brightness(90%) contrast(100%);
	}
	.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		color: #E82D51;
		background: none;
	}
	.genesis-nav-menu > .menu-item-has-children>a:after {
		content: "";
		background-image: url(/wp-content/uploads/2024/05/faq-arrow-down.svg);
		background-size: 10px 10px;
		width: 10px;
		height: 10px;
		display: inline-block;
		transform: rotate(0deg);
		transition: .3s ease-in-out;
		margin-left: 8px;
	} 
	.genesis-nav-menu .sfHover a:after {
		transform: rotate(180deg);
		transition: .3s ease-in-out;
		filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7500%) hue-rotate(330deg) brightness(90%) contrast(100%);
	}
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding: 10px;
		color: #091A39;
		font-size: 12px;
	}
	.current-menu-item, .current-menu-ancestor.menu-item-has-children {
		/*border-bottom: 2px solid #E82D51;*/
		position: relative;
	}
	.current-menu-item:before, .current-menu-ancestor.menu-item-has-children:before {
		content: "";
		height: 2px;
		width: 100%;
		display: inline-block;
		background: #E82D51;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;	
	}
	.sub-menu .current-menu-item {
		background-color: #f0f0f0;
	}
	.sub-menu .current-menu-parent.menu-item-has-children {
		background-color: #f0f0f0;
		border: none;
	}
	.sub-menu .current-menu-parent.menu-item-has-children:before {
		display: none;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -34px 0 0 234px;
	}
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		width: 235px;
	}
}
/*---- END NAVIGATION ----*/
.home div.entry-header {
	padding: 30px 15px 0px;
}
div.entry-header {
	width: 100%;
	padding: 0 15px 0px;
}
.hero-section {
	display: flex;
	/*flex-direction: column;*/
	flex-direction: column-reverse;
	justify-content: center;
	gap: 10px;
	align-items: center;
	border-radius: 6px;
	width: 100%;
	min-height: auto;
	padding: 20px;
	/*background-image: url(/wp-content/uploads/2024/05/hero-bcg.svg);
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: #5C7469;
	max-width: 1180px;
	margin: 0 auto;
}
div.entry-header .hero-section h1, div.entry-header .hero-section .entry-title a {
	color: #fff;
	text-align: center;
	margin: 0;
}
/* ------- meta hero ----- */
.wrapper-meta {
	display: flex;
	align-items: center;
	justify-content: center;
    align-self: center;
	padding: 10px;
	border-radius: 50px;
}
.wrapper-meta img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	border-radius: 50%;
}
.meta-box {
	padding: 0 16px 0 8px;
	display: flex;
	/*flex-direction: column;*/
	gap: 20px;
}
.meta-box p {
	font-size: 12px;
	margin: 0;
	color: #fff;
}
.meta-box a {
	text-decoration: none;
	position: relative;
}
.meta-box a p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.meta-box a p:hover {
	color: #E61E43;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.meta-box a:before {
	content: "|";
	display: inline-block;
	color: #fff;
	position: absolute;
	left: -12px;
	top: -5px;
}
/* ------ Latest Casino News Section -------- */
.latest-casino-news {
	border-radius: 6px;
	width: 100%;
	min-height: auto;
	padding: 28px 28px 17px 28px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(61, 91, 112);
	color: #fff;
	max-width: 1180px;
	margin-bottom: 25px;
}
.latest-casino-news h2 {
  	font-size: 24px;
 	margin-left: 38px;
}
.latest-casino-news h3.lcn-title {
  	font-size: 20px; 
	cursor: pointer;	
	position: relative;
	transition: background-color 0.3s ease;
	padding: 6px;
  	background-color: #5C7469;
 	border-radius: 5px;
}
.latest-casino-news .lcn-tab {
    display: none;
    padding: 15px;
    border-top: none;   
}
.latest-casino-news::before {
	content: url(/wp-content/themes/go-v2/images/column-info-icon.svg);
	height: 30px;
  	width: 30px;
  	position: absolute;
}
.content .latest-casino-news  h2::after {
	background-image: none;
}
.content .latest-casino-news h2::before { 
  left: 2px;  
}
.latest-casino-news .lcn-title:hover {
background-color: #4B5E55;
}

.latest-casino-news .lcn-title:after {
content: "";
position: absolute;
background: url('/wp-content/themes/go-v2/images/arrow-white.webp');
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
top: 50%;
transform: translateY(-50%);
right: 10px;
transition: all 0.3s ease;
font-size: 24px;
}

.latest-casino-news .lcn-title.active:after {
content: "";
transform: rotate(-180deg);
top: 40%;
}
@media only screen and (max-width: 460px) {
	.latest-casino-news { 
  		padding: 19px 16px 4px 16px;
	}
}
/* ------ CONTENT -------- */
.entry-content figure:first-child img {
	border-radius: 6px;
}
.content h2:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/h2-divider.svg);
	background-size: 88px 8px;
	width: 88px;
	height: 8px;
	display: inline-block;
	margin-left: 8px;
	left: 0;
	position: absolute;
	top: -40px;
}
.gobutton {
	display: flex;
	justify-content: center;
	color: #fff;
	background: #e61e43;
	letter-spacing: 0;
	box-shadow: none;
	font-family: 'Arial';
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) a {
	color: #DD183C;
}
table {
	margin-bottom: 20px;
}
.entry-content > h2:first-of-type {
	margin-top: 40px;
}
.entry-content > h2:not(:first-child) {
	margin-top: 80px;
}
article > h2:not(:first-child) {
	margin-top: 80px;
}
main#genesis-content > h2:not(:first-child) {
	margin-top: 80px;
}
.entry-content ul {
	padding-left: 15px;
}
.entry-content ul>li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	line-height: 2;
}
.entry-content ul>li>ul>li {
	position: relative;
	list-style: none;
	padding-left: 20px;
}
.gotoplist td.column-4 li, div#toc_container ul li {
	padding-left: 0;
}
.gotoplist td.column-4 li:before, div#toc_container ul li:before {
	display: none;
}
.entry-content ul>li:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/bullet.svg);
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
	transition: .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
/* rank math */
#rank-math-faq {
	margin-bottom: 30px;
}
#rank-math-faq .rank-math-list-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #CDD2E2;
	border-radius: 8px;
	padding: 0;
}
#rank-math-faq .rank-math-list-item input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 41px;
	opacity: 0;
	cursor: pointer;
	z-index:999;
}
#rank-math-faq .rank-math-list-item h3 {
	padding: 20px 30px 20px 15px;
	cursor: pointer;
	font-size: 18px !important;
	position:relative;
	margin-bottom: 0;
	font-weight: 600;
}
#rank-math-faq .rank-math-list-item h3:before {
	display:inline-block;
	content: "";
	background-image: url(/wp-content/uploads/2024/05/faq-arrow-down.svg);
	background-size: 10px 10px;
	transform: rotate(0deg);
	transition: .3s ease-in-out;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 26px;
	right: 15px;	
}
#rank-math-faq .rank-math-list-item h3.active:before {
	display:inline-block;
	content: "";
	background-image: url(/wp-content/uploads/2024/05/faq-arrow-down.svg);
	background-size: 10px 10px;
	transform: rotate(180deg);
	transition: .3s ease-in-out;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 26px;
	right: 15px;
}
.rank-math-answer {
	display: none;
	padding: 15px 15px 0;
	border-top: 1px solid #CDD2E2;
}
.rank-math-question:hover {
	cursor: pointer;
}
/* rank math */

/* ------ END CONTENT -------- */

/* ---------- SIDEBAR ---------- */
.sidebar .widget {
	margin-bottom: 30px;
}
.review-banner, .go-banner {
	background: #EEECEB;
	border-radius: 6px;
	border: none;
	padding: 15px;
}

.review-banner-content .widget-title, .review-banner .widget-title {
	margin: 10px 0;
	letter-spacing: 0;
	background: #5c74691c;
	padding: 8px;
	border-radius: 4px;
	color: #384969;
}
.review-banner ul {
	flex-basis: 100%;
}
.review-banner-content span.review-info-cta {
	width: 100%;
}
a.cas-banner img {
	border-radius: 6px;
	margin: 0;
}
.sidebar .toc_widget {
	max-height: 450px;
	overflow-y: scroll;
	background: #313E45;
	border-radius: 6px;
	z-index: 9999;
}
.sidebar .widget_nav_menu {
	/*position: sticky;
	top: 120px;*/
	max-height: 450px;
	overflow-y: scroll;
	background: #EEECEB;
	border-radius: 6px;
}
.sidebar .featuredpost {
	background: #EEECEB;
	border-radius: 6px;
}
.sidebar .widget_nav_menu nav {
	width: 100%;
}
.sidebar .toc_widget .widget-title, .sidebar .widget_nav_menu .widget-title, .sidebar .featuredpost .widget-title {
	margin: 0;
	padding: 16px;
	background: #313E45;
	position: sticky;
	top: 0;
	z-index: 999;
	border-radius: 6px 6px 0 0;
	letter-spacing: 0;
	font-size: 14px;
}
.sidebar .toc_widget ul, .sidebar .widget_nav_menu ul {
	padding: 0 16px 16px;
	width: 100%;
}
.sidebar .toc_widget ul li {
	border-bottom: 1px solid #ffffff33;
	padding: 8px 0;
	margin: 0;
}
.sidebar .widget_nav_menu ul li {
	border-bottom: 1px solid #313e4526;
	padding: 8px 0;
	margin: 0;
	list-style-type: none;
}
.sidebar .toc_widget ul li:first-child {
	border-top: 1px solid #ffffff33;
}
.sidebar .widget_nav_menu ul li:first-child {
	border-top: 1px solid #313e4526;
}
.sidebar .toc_widget ul li:last-child, .sidebar .widget_nav_menu ul li:last-child {
	border: none;
}
.sidebar .toc_widget ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding-right: 16px;
	display: block;
	position: relative;
}
.sidebar .widget_nav_menu ul li a {
	color: #313E45;
	font-size: 14px;
	font-weight: 400;
	padding-right: 16px;
	display: block;
	position: relative;
}
.sidebar .toc_widget ul li a:hover, .sidebar .widget_nav_menu ul li a:hover, .sidebar .featuredpost article a:hover {
	color: #E82D51;
}
/* WebKit and Chromiums */

.sidebar .toc_widget::-webkit-scrollbar, .sidebar .widget_nav_menu::-webkit-scrollbar, .sidebar .featuredpost::-webkit-scrollbar {
	width: 4px;
	background-color: #f9f9f9;
	-webkit-appearance: none;
}
.sidebar .toc_widget::-webkit-scrollbar-thumb, .sidebar .widget_nav_menu::-webkit-scrollbar-thumb, .sidebar .featuredpost::-webkit-scrollbar-thumb {
	background-clip: content-box;
	border-color: transparent;
	border-style: solid;
	border-width: 1px 2px;
	background: #E82D51;
	height:30px;
}
.sidebar .featuredpost article .entry-header {
	padding: 0;
}
.sidebar .featuredpost article {
	padding: 10px 16px;
	margin: 0;
	border-bottom: 1px solid #313e4526;
	width: 100%;
}
.sidebar .featuredpost article img {
	border-radius: 4px;
}
.sidebar .featuredpost article a {
	color: #313E45;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.featured-content .entry:last-of-type {
	margin-bottom: 8px;
}

.sidebar .toc_widget ul li a:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/chevron-right.svg);
	background-size: 5px 9px;
	width: 5px;
	height: 9px;
	display: inline-block;
	transition: .3s ease-in-out;
	margin-left: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar .widget_nav_menu ul li a:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/chevron-right.svg);
	background-size: 5px 9px;
	width: 5px;
	height: 9px;
	display: inline-block;
	transition: .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(0.5)
}
.content-sidebar-wrap .pros, .content-sidebar-wrap .cons {
	padding: 0;
}
.content-sidebar-wrap .pros li, .content-sidebar-wrap .cons li {
	list-style: none;
	position: relative;
	padding: 5px 10px 5px 20px;
}
.content-sidebar-wrap .pros li:before  {
	position: absolute;
	top: 5px;
	left: 0;
	content: "✓";
	color: #43e61e;
	display: inline-block;
	font-weight: bold;
}
.content-sidebar-wrap .cons li:before  {
	position: absolute;
	top: 5px;
	left: 0;
	content: "✗";
	color: #E61E43;
	font-weight: bold;
	display: inline-block;
}
.sticky-review-card-content {
	background: #313E45;
}
.review-sticky-card-column-1 {
	flex-basis: 70px;;
}
.review-sticky-card-column-2 {
	flex-basis: calc(100% - 70px);
}
.review-sticky-card-column-4 {
	border-top: 1px solid #fff3;
	margin-bottom: auto;
}
@media only screen and (max-width: 960px) {
	.sidebar .toc_widget {
		/*position: fixed;*/
		overflow-y: auto;
		top: 55px;
		right: 11px;
		max-height: 350px;
		top: 55px;
		right: 15px;
		left: 15px;
	}
	.sidebar .toc_widget.active {
		overflow-y: scroll;
	}
	.toc_widget_list {
		display: none; 
	}
	.sidebar .toc_widget .widget-title {
		cursor: pointer;
		padding-right: 30px;
	}

	.sidebar .toc_widget .widget-title:after {
		content: "";
		background-image: url(/wp-content/uploads/2024/05/faq-arrow-down.svg);
		background-size: 13px 12px;
		width: 13px;
		height: 12px;
		display: inline-block;
		transform: rotate(0deg);
		transition: .3s ease-in-out;
		filter: brightness(0) invert(1);
		position: absolute;
		right: 10px;
		top: 22px;
		transform: rotate(0deg);
		transition: .3s ease-in-out;
	}
	.sidebar .toc_widget.active .widget-title:after {
		transform: rotate(180deg);
		transition: .3s ease-in-out;
		filter: brightness(0) saturate(100%) invert(23%) sepia(74%) saturate(5849%) hue-rotate(339deg) brightness(93%) contrast(93%);
	}

}

/* ----------END SIDEBAR ---------- */

/* -------------- CARD ----------------- */
.gotoplist-bonus-offer, .gotoplist-bonus-offer-match, .gotoplist-bonus-offer-freespins, .gotoplist-featured-bonus-offer, .sticky-review-card-bonus-offer {
	font-family: 'Arial';
	font-size: 12px;
	margin: 0;
}
.gotoplist-cta-button, .gotoplist-featured-cta-button {
	background: #E61E43 !important;
	box-shadow: none;
	letter-spacing: 0;
	font-family: 'Arial';
	font-weight: normal;
	padding: 10px;
	border-radius: 4px;
}
.gotoplist tr {
	border: 1px solid #CDD2E2;
	border-radius: 6px;
}
.gotoplist td.column-2 img {
	max-width: 100%;
	border-radius: 6px;
}
.gotoplist td.column-4 li::first-letter {
	color: green;
	font-weight: bold;
}
.gotoplist td.column-4 li:nth-child(4)::first-letter {
	color: #E61E43;
}
.gotoplist td.column-3 img.review-stars {
	padding-bottom: 10px;
}
.gotoplist-tnc-text, .gotoplist-featured-tnc-text, .gotoplist-cards-tnc-text {
	font-family: 'Arial';
	color: #384969;
}
.gotoplist td.column-1, .gotoplist th.column-1 {
	flex-basis: 1%;
	font-size: 12px;
	position: absolute;
	margin: 8px; 
	background-color: #E61E43;
	padding: 0px 8px;
	border-radius: 4px;
	border: none;
	font-weight: 400;
	color: #fff;
}
/* card sidebar */
.gotoplist-featured tr {
	background: #313E45;
}
/* end card sidebar */
@media only screen and (min-width: 960px) {
	table#operator-top-list-table td.column-3 {
		flex-basis: 30%
	}
	.gotoplist-cta-button, .gotoplist-no-cta-button {
		letter-spacing: 0;
		box-shadow: none;
		font-family: 'Arial';
		font-weight: 500;
		padding: 10px;
		border-radius: 4px;
		font-size: 15px;
	}
	.gotoplist td.column-6 {
		background: #EEECEB;
	}
	#review-sticky-card {
		display:none;
	}
}
@media only screen and (min-width: 480px) {
	.gotoplist-review-link {
		font-size: 18px;
		line-height: 1.5;
		padding: 0 0 10px;
		display: block;
		width: 100%;
	}
	.gotoplist-featured td.column-2 {
		flex-basis: auto;
	}
	.gotoplist-featured td.column-3 {
		flex-basis: 75%;
	}
	.gotoplist-featured td.column-5 {
		flex-basis: 100%;
	}
	.gotoplist-featured-cta-button {
		font-size: 16px;
		padding: 8px 10px;
	}
	.go-info-featured-title {
		font-size: 16px;
		padding-bottom: 20px;
	}
}
/* -------------- END CARD ----------------- */

/* ------------ FOOTER ------------ */
.site-footer p {
	color: #384969;
}
.footer-widgets p {
	font-size: 14px;
}
.footer-widgets ul {
	padding: 0;
}
.footer-widgets ul li {
	list-style: none;
	padding: 0 0 0 20px;
	position: relative;
}
.footer-widgets ul li a {
	color: #091A39;
	font-size: 14px;
	font-weight: 600;
}
.footer-widgets ul li:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/footer-link-red-arrow.svg);
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	display: inline-block;
	transition: .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 8px;
	background-color: unset;
}
.footer-widgets .widget {
	margin-bottom: 40px;
	height: 100%;
	background: #fff;
	padding: 16px;
	margin: 10px;
	border-radius: 4px;
}
.footer-widgets .widget-title {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	color: #091A39;
	opacity: 0.6;
	background: none;
	padding: 0;

}

@media only screen and (max-width: 960px) {
	.footer-widget-area {
		margin-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.footer-widgets .widget {
		margin: 0;
	}
	/*.sticky-review-card {
		top: unset;
	}*/
}
/* --------------- CASINO TOPLIST CARD NEW -------------------*/
table.casino-cards.toplist {
	display: flex;
	flex-direction: column;
}
table.casino-cards.toplist tr {
	display: flex;
	align-items: center;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px;
	gap: 10px;
	position: relative;
}
table.casino-cards.toplist td {
	padding: 0;
}
table.casino-cards.toplist td.column-logo {
	width: auto;
	min-width: 110px;
}
table.casino-cards.toplist td.column-logo img {
	border-radius: 4px;
}
table.casino-cards.toplist td.column-title {
	width: 22%
}
table.casino-cards.toplist td.pros-cons {
	width: 38%;
	background: #5c746912;
	padding: 10px 5px !important;
	border-radius: 4px;
	min-height: 110px;
}
table.casino-cards.toplist td.pros-cons ul {
	margin: 0;
	padding: 0;
}
table.casino-cards.toplist td.pros-cons ul li {
	padding: 0;
	font-size: 12px;
	line-height: 21px;
	list-style: none;
}
table.casino-cards.toplist td.pros-cons ul li:before {
	display: none;
}
table.casino-cards.toplist td.pros-cons li::first-letter {
	color: green;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
}
table.casino-cards.toplist td.pros-cons li.cons::first-letter {
	color: #E61E43;
	font-size: 14px;
	line-height: 21px;
}
table.casino-cards.toplist td.column-bonus {
	width: 30%;
}
table.casino-cards.toplist td.column-bonus .play-button {
	display: flex;
	justify-content: center;
	color: #fff;
	background: #E61E43;
	letter-spacing: 0;
	box-shadow: none;
	font-family: 'Arial';
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 15px;
	text-decoration: none;
}
table.casino-cards.toplist td.column-bonus .no-play-button {
	display: flex;
	justify-content: center;
	color: #fff;
	background: #757575;
	letter-spacing: 0;
	box-shadow: none;
	font-family: 'Arial';
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 15px;
	text-decoration: none;
}
table.casino-cards.toplist td.column-bonus .just-published {
	color: #fff;
	font-weight: 600;
    background: #5c7469;
    border-radius: 0 3px  0 3px;
    padding: 0px 10px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
table.casino-cards.toplist td.column-title a {
	display: flex;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	font-family: 'Arial';
	color: #143064;
	padding: 5px 0;
	text-decoration: none;
	word-break: break-word;
}
table.casino-cards.toplist td.column-title a:hover {
	color: #E61E43;
}
table.casino-cards.toplist td.column-title p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 20px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Arial';
	color: #fff;
    background: #5C7469;
    border-radius: 14px;
    letter-spacing: 1px;
}
table.casino-cards.toplist td.column-title span.tnc-text {
	display: block;
	font-size: 11px;
	line-height: 15px;
}
table.casino-cards.toplist td.column-bonus .bonus-offer {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Arial';
	color: #143064;
	display: block;
	margin: 5px 0 15px;
}
table.casino-cards.toplist td.column-bonus .gotoplist-cta-button {
	max-width: 150px;
}
.gotoplist-cta-button:active, .play-button:hover, .gotoplist-featured-cta-button:active, .gotoplist-featured-cta-button:hover {
	background: #5C7469 !important;
}
table.casino-cards.toplist th {
	min-width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: 600;
	background: #F4F5F4;
	color: #384969;
	z-index: 10;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	line-height: 1;
	border-radius: 4px;
	pointer-events: none;
}
@media only screen and (max-width: 800px) {
	table.casino-cards.toplist tr {
		flex-wrap: wrap;
	}
	table.casino-cards.toplist td.column-logo {
		width: auto;
	}
	table.casino-cards.toplist td.column-title {
		width: calc(100% - 120px);
	}
	table.casino-cards.toplist td.pros-cons {
		width: 100%;
		padding: 10px !important;
	}
	table.casino-cards.toplist td.column-bonus {
		width: 100%;
	}
	table.casino-cards.toplist td.column-title .gotoplist-review-link {
		font-size: 18px;
		justify-content: left;
	}
	table.casino-cards.toplist td.pros-cons ul li {
		font-size: 14px;
	}
}
/* --------------- CASINO TOPLIST CARD NEW -------------------*/

/* --------------- CASINO TOP 3 LIST CARD NEW -------------------*/
.casino-cards.toplistcards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	gap: 10px;
}

.casino-cards.toplistcards .toplist-row {
	width: calc(33.333% - 7px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	column-gap: 10px;
	row-gap: 10px;
	position: relative;
	overflow: hidden;
}
.casino-cards.toplistcards .toplist-row:nth-child(1) .position {
	background: gold;
}
.casino-cards.toplistcards .toplist-row:nth-child(2) .position {
	background: silver;
	color: #fff;
}
.casino-cards.toplistcards .toplist-row:nth-child(3) .position {
	background: #CD7F32;
	color: #fff;
}
.casino-cards.toplistcards td {
	padding: 0;
}
.casino-cards.toplistcards .column-logo {
	width: auto;
	max-width: 90px;
	margin-bottom: auto;
}
.casino-cards.toplistcards .column-logo img {
	border-radius: 4px;
}
.casino-cards.toplistcards .column-title {
	width: calc(100% - 100px);
}
.casino-cards.toplistcards .column-bonus {
	width: 100%;
}
.casino-cards.toplistcards .column-title {
	line-height: 1.5;
}
.casino-cards.toplistcards .column-title a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	font-family: 'Arial';
	color: #143064;
	padding: 5px 0;
	text-decoration: none;
	word-break: break-word;
	justify-content: flex-start;
}
.casino-cards.toplistcards .column-title a:hover {
	color: #E61E43;
}
.casino-cards.toplistcards .column-title p {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Arial';
	color: #fff;
    background: #5C7469;
    display: table;
    padding: 0px 10px;
    border-radius: 14px;
    letter-spacing: 1px;
	margin-top: 6px;
}
.casino-cards.toplistcards .column-bonus span.tnc-text {
	font-size: 10px;
	line-height: 13px;
	color: #143064;
	font-weight: 300;
}
.casino-cards.toplistcards .column-bonus .bonus-offer {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Arial';
	color: #143064;
	margin-bottom: 10px;
	display: block;
	background: #F4F5F4;
	padding: 10px;
	border-radius: 4px;
	min-height: 66px;
}
.casino-carousel .casino-cards.toplistcards .column-bonus .bonus-offer {
	min-height: 88px;
}
.casino-cards.toplistcards .column-bonus .play-button {
	font-family: 'Arial';
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 15px;
	background: #E61E43;
	width: 100%;
	display: flex;
	color: #fff;
	justify-content: center;
	text-decoration: none;
}
.casino-cards.toplistcards .position {
	width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: 600;
	background: #F4F5F4;
	color: #384969;
	z-index: 10;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	line-height: 1;
	border-radius: 3px;
	pointer-events: none;
}

table.casino-cards span.tnc-text {
	font-family: 'Arial';
	color: #143064;
	font-weight: 300;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	word-break: break-word;
}
@media only screen and (max-width: 700px) {
	.casino-cards.toplistcards .toplist-row {
		width: calc(50% - 5px);
	}
}
@media only screen and (max-width: 480px) {
	.casino-cards.toplistcards .toplist-row {
		width: 100%;
	}
	.error404 .go-info-right {
		margin-bottom: 20px !important;
	}
	.casino-cards.toplistcards .column-title a, .casino-cards.toplistcards .column-bonus .play-button {
		font-size: 18px;
	}
	.home div.entry-header {
		padding: 20px 15px 5px;
	}
	/*.hero-section {
		background-image: url(/wp-content/uploads/2024/05/hero-bcg-mobile.webp);
		background-image: none !important;*/
	}
	.hero-section h1 {
		font-size: 22px;
	}
	.footer-widgets {
		padding: 45px 10px;
	}
}
/* --------------- CASINO TOP 3 LIST CARD NEW -------------------*/

/* --------------- REVIEW SIDEBAR CASINO TOP 3 LIST CARD NEW -------------------*/
table.casino-cards.featured {
	display: flex;
	flex-direction: column;
	margin: 0;
}
table.casino-cards.featured tbody {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

table.casino-cards.featured tr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	padding: 10px 10px 5px;
	column-gap: 10px;
	row-gap: 10px;
	position: relative;
	background: #fff;
}
table.casino-cards.featured td {
	padding: 0;
}
table.casino-cards.featured td.column-logo {
	width: auto;
	max-width: 60px;
	margin-bottom: auto;
}
table.casino-cards.featured td.column-logo img {
	border-radius: 4px;
}
table.casino-cards.featured td.column-title {
	width: calc(100% - 70px);
	line-height: 1.2;
}
table.casino-cards.featured td.column-title a {
	color: #E61E43;
	font-size: 12px;
	text-decoration: none;
}
table.casino-cards.featured td.column-title span.gotoplist-featured-bonus-offer {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Arial';
	color: #143064;
	padding: 5px 0;
	text-decoration: none;
	word-break: break-word;
	justify-content: flex-start;
}
table.casino-cards.featured td.column-title p {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Arial';
	color: #143064;
}
table.casino-cards.featured td.column-title span.gotoplist-tnc-text {
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #143064;
	font-weight: 300;
}
table.casino-cards.featured td.column-bonus {
	width: 100%;
}
table.casino-cards.featured td.column-title .bonus-offer {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	font-family: 'Arial';
	color: #143064;
}
table.casino-cards.featured td.column-bonus .play-button {
	font-family: 'Arial';
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 15px;
	background: #E61E43;
	width: 100%;
	display: flex;
	color: #fff;
	justify-content: center;
	text-decoration: none;
}
table.casino-cards.featured th {
	width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: 600;
	background: #F4F5F4;
	color: #384969;
	z-index: 10;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	line-height: 1;
	border-radius: 3px;
	pointer-events: none;

}
/* ------------- END REVIEW SIDEBAR CASINO TOP 3 LIST CARD NEW -----------------*/

/* ------------------ ERROR PAGE ---------------------*/
.error404 div.entry-header {
	padding: 0;
}
.error404 .hero-section, .error404 main#genesis-content {
	display: none;
}
.error404 section.go-banner {
	background-color: #5C7469;
}
.error404 .content-sidebar-wrap {
	max-width: 1220px;
	padding: 0 15px;
}
.error404 .go-info-right {
	background: #fff;
	border-radius: 6px;
}
.error404 .go-info-left {
	padding: 0 !important;
}
.error404 a.gobutton {
	font-family: 'Arial';
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 15px;
	background: #E61E43;
	width: 230px;
	display: flex;
	color: #fff;
	justify-content: center;
	text-decoration: none;
}
.error404 .review-not-available-content {
	max-width: 100%;
}
.error404 .gotoplist-view-more {
	justify-content: left;
}

@media only screen and (min-width: 960px) {
	.error404 table.casino-cards.featured tbody {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 10px;
		border: none;
	}
}
/* ---------------- END ERROR PAGE -------------------*/

/* ------------------ SEARCH PAGE ---------------------*/
.search .hero-section, .archive .hero-section {
	flex-direction: column;
}
.no-search-results-form .search-form {
	display: flex;
}
.no-search-results-form .search-form input[type=submit] {
	margin-top: 0;
}
div.archive-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 16px;
	row-gap: 16px;;
}
div.archive-grid article {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px;
}
div.archive-grid article:before, div.archive-grid article:after {
	display: none;
}
.archive-subtitle p {
	color: #fff;
	text-align: center;
}
.article-featured {
	width: 100%;
}
div.archive-grid .article-featured img {
	width: 100%;
	height: 105px;
	object-fit: cover;
	object-position: left;
	border-radius: 4px;
}
.article-titles h3 {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
}
.article-titles h3 a {
	text-decoration: none;
	color: #091A39;
	font-weight: 600;
}
.article-titles h3 a:hover {
	color: #E61E43;
}
.article-meta {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	width: 100%;
}
.article-excert p {
	font-size: 14px;
	margin: 0 0 5px;
}
.article-read-more {
	margin-top: auto;
	width: 100%;
}
.article-read-more a {
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 15px;
	background: #E61E43;
	width: 100%;
	display: flex;
	color: #fff;
	justify-content: center;
	text-decoration: none;
}
.article-read-more a:hover {
	background: #5C7469 !important;
}
.archive-pagination.pagination ul {
	padding: 0;
	text-align: center;
}
.archive-pagination li a {
	padding: 8px 16px;
}
.archive-pagination li.active a {
	background-color: #E61E43;
	color: #fff;
}
.archive-pagination li a:hover {
	background-color: #E61E43;
}
.meta-name, .meta-date {
	position: relative;
	padding-left: 20px;
}
.meta-name:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/05/author-icon.svg);
	background-size: 12px 13px;
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}
.meta-date:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/05/calendar-color-icon.svg);
	background-size: 12px 13px;
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}

/* ----- LATEST POSTS NEWS LAYOUT ------*/
div.latest-post-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	row-gap: 16px;
	padding: 0 0 20px;
}
div.latest-post-grid .article-featured img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: left;
	border-radius: 4px;
}
div.latest-post-grid article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	padding: 10px;
	margin: 0;
}
div.latest-post-grid article:before, div.latest-post-grid article:after {
	display: none;
}

/* ----- BLOG LAYOUT ------*/
div.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	row-gap: 16px;
	padding: 0 0 20px;
}
div.blog-grid article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	padding: 10px;
	margin: 0;
}
div.blog-grid .article-featured img {
	width: 100%;
	height: 105px;
	object-fit: cover;
	object-position: left;
	border-radius: 4px;
}
div.blog-grid article:before, div.blog-grid article:after {
	display: none;
}
@media only screen and (max-width: 1024px) {
	div.archive-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 768px) {
	div.archive-grid, div.blog-grid {
		grid-template-columns: 1fr 1fr;
	}

}
@media only screen and (max-width: 500px) {
	div.archive-grid, div.blog-grid, div.latest-post-grid {
		grid-template-columns: 1fr;
	}
	div.blog-grid .article-featured img, div.archive-grid .article-featured img {
		height: 135px;
	}
}


/* ---------------- END SEARCH PAGE -------------------*/

#scroll-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-color: #E82D51;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	opacity: 0.9;
}
#scroll-to-top:hover {
	background: #5C7469;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	opacity: 1;
}
body .is-form-style input.is-search-input {
	font-size: 16px !important;
}

/* ------------------ Casino Term Archive Page ---------------------*/
.archive-terms .casino_term {
	display: inline-block;
	width: calc(25% - 11px);
  	margin-right: 7px;
  	min-width: 284px;
	border: 1px solid #CDD2E2;
	border-radius: 6px;
	padding: 10px;
	vertical-align: top;
	min-height: 180px;
}
.archive-terms .article-excert {
  	min-height: 99px;
}
.archive-terms h2:after {
	display: none;
}
@media only screen and (max-width: 500px) {
	.archive-terms .casino_term {
		width: 100%;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 1210px) {
	.content-sidebar-wrap {
		max-width: 100%;
	}
}