/*
Theme Name: Fish
Theme URI: https://fish.com/
Author: Fish.com
Author URI: https://fish.com/
Description: Fish Marketing WordPress Theme. Casino, Gambling & Other Niches. Reviews & Top Lists.
Version: 3.9.10.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: four-columns, custom-colors, theme-options, custom-menu, featured-images, translation-ready, news, post-formats, block-styles
Text Domain: mercury
*/

/* Table Of Contents Start

1 - Body
2 - Common Items
3 - Header #1 Style
4 - Header #2 Style
5 - Menu Item Labels
6 - Search Block
7 - Mobile Menu
8 - #1 Widget
9 - #2 Widget
10 - #3 Widget
11 - #4 Widget
12 - #5 Widget
13 - #6 Widget
14 - #7 Widget
15 - #8 Widget
16 - #9 Widget
17 - #10 Widget
18 - #11 Widget
19 - Title Box
20 - Archive Section
21 - Archive Navigation
22 - Page Section
23 - Comments Template
24 - Standart WordPress Widgets
25 - Footer
26 - Back to Top
27 - MailChimp Form Widget
28 - Contact Form 7
29 - WordPress Gallery
30 - Gutenberg Editor

Table Of Contents End */

/* Body Start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-x: hidden;
	box-sizing: border-box;
 }
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	background-color: #fff;
	color: #2e3246;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

::-webkit-input-placeholder {
  color: #2d3436;
}
:-ms-input-placeholder {
  color: #2d3436;
}
::-moz-placeholder {
  color: #2d3436;
  opacity: 1;
}
:-moz-placeholder {
  color: #2d3436;
  opacity: 1;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-backface-visibility: hidden;
	color: #151515;
}
h1,
h1 a {
	font-size: 3.157em;
	line-height: 1.2em;
}
h2,
h2 a {
	font-size: 2.369em;
	line-height: 1.2em;
}
h3,
h3 a {
	font-size: 1.777em;
	line-height: 1.2em;
}
h4,
h4 a {
	font-size: 1.333em;
	line-height: 1.2em;
}
h5,
h5 a {
	font-size: 1em;
	line-height: 1.2em;
}
h6,
h6 a {
	font-size: 0.75em;
	line-height: 1.2em;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}
input,
textarea {
    outline:none;
	outline: 0;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input[type="text"]:focus {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
div {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display:block;
}
div::-webkit-scrollbar{
    width:0;
}
p {
	line-height: 1.85em;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
	color: #2d3436;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.45em;
	background-color: #fefeff;
	border-radius: 5px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding: 11px 15px;
	-webkit-appearance: none;
}
input[type="search"] {
	background-color: #f1f3f4;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
select {
	height: 45px;
}
textarea {
	padding: 15px;
}
input[type="submit"] {
	width: 100%;
	background-color: #be2edd;
	border: 0;
	padding: 11px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.45em;
	height: 45px;
	color: #fff;
	border-radius: 5px;
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
	background-color: #57606f;
}
.space-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.space-page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
}
.space-block-title {
	padding: 0 15px 30px;
	font-family: 'Roboto', sans-serif;
	color: #151515;
	font-size: 1.333em;
	line-height: 1.45em;
	font-weight: 700;
}
.space-block-title span {
	z-index: 1;
	padding-left: 23px;
	position: relative;
}
.space-block-title span:before {
	content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #ff2453;
}
.space-block-title span:after {
	content: '';
    z-index: -1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #be2edd;
}
.space-page-body.fixed {
	padding-top: 90px;
}
.space-box {
	background-color: #fff;
}
.space-box.enabled {
	overflow: inherit;
	max-width: 1260px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/* Body End */

/* Common Items Start */

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.initial {
	position: initial;
}
.fixed {
	position: fixed;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.box-100 {
	width: 100%;
}
.box-20 {
	width: 20%;
}
.box-25 {
	width: 25%;
}
.box-33 {
	width: 33.33333333%;
}
.box-40 {
	width: 40%;
}
.box-50 {
	width: 50%;
}
.box-60 {
	width: 60%;
}
.box-66 {
	width: 66.66666666%;
}
.box-75 {
	width: 75%;
}
.box-80 {
	width: 80%;
}
.clear {
	clear: both;
}
a.underline {
	text-decoration: underline !important;
}
a.underline:hover {
	text-decoration: none !important;
}
.case-15 {
	margin: 0 15px 30px;
	padding: 0;
}
.space-post-format {
	background: rgba(0, 0, 0, 0.5);
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-post-format i.fa-play {
	padding-left: 3px;
}
.space-post-format i.fa-camera {
	padding-left: 1px;
}
.wp-caption {
	max-width: 100%;
	padding: 1.45em 0 2.9em;
}
.alignleft {
	float: left;
	padding: 8px 30px 20px 0;
	text-align: left;
}
.alignright {
	float: right;
	padding: 8px 0 20px 30px;
	text-align: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 2.9em;
	text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	padding-bottom: 2.9em;
}
.wp-caption p.wp-caption-text {
	padding: 0;
	margin-bottom: 0;
	font-style: italic;
    color: #7f8c8d;
	font-size: 0.75em;
    line-height: 1.45em;
	text-align: center;
}
.wp-caption.alignleft p.wp-caption-text {
	text-align:left;
}
.wp-caption.aligncenter p.wp-caption-text {
	text-align:center;
}
.wp-caption p.wp-caption-text a {
	color: #7f8c8d;
	text-decoration: underline;
}
.wp-caption p.wp-caption-text a:hover {
	text-decoration: underline;
}
.space-mobile-view {
	display: none;
}
.space-overlay {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-close-icon {
	top: 0;
    right: 0;
	width: 20px;
	height: 21px;
	cursor: pointer;
}
.space-close-icon .to-right {
	top: 10px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #7f8c8d;
	-moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.space-close-icon .to-left {
	top: 10px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #7f8c8d;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
blockquote,
blockquote.wp-block-quote {
	padding: 2em 45px 0;
	margin: 1.45em 0 2.9em;
	position: relative;
	text-align: center;
}
blockquote:before,
blockquote.wp-block-quote:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    padding: 0 0.85em;
    color: #ecf0f1;
    font-size: 1.777em;
    top: 0;
    left: 0;
    right: 0;
}
blockquote,
blockquote.wp-block-quote {
	font-family: 'Roboto', sans-serif;
	color: #151515;
	font-size: 1.777em;
	line-height: 1.2em !important;
	font-weight: 900;
}
blockquote p,
blockquote.wp-block-quote p {
	padding-bottom: 0 !important;
	line-height: 1.2em !important;
}
blockquote cite,
blockquote.wp-block-quote cite {
	color: #7f8c8d;
	display: block;
    font-size: 16px;
	line-height: 1.45em;
    padding: 1em 0 0;
    font-weight: 400;
}
.wp-block-embed__wrapper {
    position: initial !important;
}
.space-desktop-view {
	display: block;
}
.space-desktop-view-1 {
	display: block;
}
.space-desktop-view-2 {
	display: block;
}
.space-desktop-view-4 {
	display: block;
}
.space-mobile-view {
	display: none;
}
.space-mobile-view-1 {
	display: none;
}
.space-mobile-view-2 {
	display: none;
}
.space-mobile-view-4-1 {
	display: none;
}
.space-mobile-view-4-2 {
	display: none;
}

/* Common Items End */

/* Header #1 Style Start */

.space-header-height {
	min-height: 80px;
}
.space-header-height.enable-top-bar {
	min-height: 108px;
}
.space-header-wrap {
	width: 100%;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
}
.space-header-wrap.fixed {
	top: 0;
	left: 0;
    right: 0;
	position: fixed;
}
.admin-bar .space-header-wrap.fixed {
	top: 32px;
}
.space-header-top {
	overflow: hidden;
	width: 100%;
	min-height: 29px;
	background-color: #f5f6fa;
}
.space-header-top-menu ul {
	padding-left: 15px;
}
.space-header-top-menu ul li {
	margin-right: 20px;
	float: left;
}
.space-header-top-menu ul li a {
	color: #7f8c8d;
	font-size: 0.75em;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
}
.space-header-top-menu ul li a:hover {
	text-decoration: none;
	color: #151515;
}
.space-header-top-soc a {
	display: inline-block;
	margin-right: 15px;
	color: #7f8c8d;
	font-size: 0.75em;
	line-height: 29px;
	text-decoration: none;
}
.space-header-top-soc a:last-child {
	margin-right: 15px;
}
.space-header-top-soc a:hover {
	text-decoration: none;
	color: #151515;
}
.space-header-wrap.fixed .space-header-top {
	display: none;
}
.space-header {
	width: 100%;
	min-height: 80px;
}
.space-header-logo-ins {
	margin: 5px 15px 0;
	position: relative;
}
.space-header-logo-ins:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	right: 0;
	top: 25px;
	background-color: #e9edf0;
}
.space-header-logo a {
	padding-top: 15px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #2d3436;
	line-height: 0;
}
.space-header-logo a.text-logo {
	font-size: 1.333em;
	line-height: 1em;
	text-transform: uppercase;
}
.space-header-logo span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1em;
	color: #7f8c8d;
}
.space-header-menu ul.main-menu {
	padding-right: 55px;
	line-height: 100%;
}
.space-header-menu ul.main-menu li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	color: #2d3436;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
}
.space-header-menu ul.main-menu li:last-child {
	margin-right: 0;
}
.space-header-menu ul.main-menu li a {
	font-family: 'Roboto', sans-serif;
	color: #151515;
	text-decoration: none;
	font-weight: 400;
	padding: 31px 16px;
	border-bottom: 2px solid transparent;
	display: block;
}
.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a {
	color: #be2edd;
	border-bottom: 2px solid #be2edd;
}
.space-header-menu ul.main-menu li.menu-item-has-children a:after {
	content: "\f0dd";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    bottom: 18px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.space-header-menu ul.main-menu li ul.sub-menu {
	display: block !important;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 100px;
    left: -15px;
    width: 230px;
    box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-menu ul.main-menu li:hover ul.sub-menu {
	top: 80px;
	opacity: 1;
	visibility: visible;
}
.space-header-menu ul.main-menu li ul.sub-menu li {
	display: block;
	padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%;
}
.space-header-menu ul.main-menu li ul.sub-menu li a {
	display: inline-block;
	padding: 0;
	color: #34495e;
	text-decoration: none;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.space-header-menu ul.main-menu li ul.sub-menu li a:hover {
	border-bottom: 1px solid transparent;
	color: #b2bec3;
	text-decoration: none;
}
.space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li a:after {
	display:none;
}
.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children ul,
.space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li ul {
    position: absolute;
    top: 15px;
    left: 230px;
    z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul,
.space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover ul {
	top: -15px;
	opacity: 1;
	visibility: visible;
}
.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 7px;
    right: 15px;
}

/* Header #1 Style End */

/* Header #2 Style Start */

.space-header-2-height {
	min-height: 158px;
}
.space-header-2-wrap {
	width: 100%;
	min-height: 68px;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
}
.space-header-2-top {
	min-height: 90px;
	width: 100%;
}
.space-header-2-wrap.fixed {
	top: 0;
    left: 0;
    right: 0;
}
.space-header-2-wrap.fixed .space-header-2-top {
	display: none;
}
.admin-bar .space-header-2-wrap.fixed {
	top: 32px;
}
.space-header-2-top-ins {
	max-width: 1170px;
	min-height: 90px;
	border-bottom: 1px solid #dfe6e9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.space-header-2-top-soc {
	display: inline-block;
	order: 1;
}
.space-header-2-top-soc-ins {
	padding: 30px 0 25px;
}
.space-header-2-top-soc a {
	display: inline-block;
	border: 1px solid #95a5a6;
	width: 30px;
	height: 30px;
	color: #95a5a6;
	font-weight: 400;
	border-radius: 50%;
	font-size: 0.75em;
	line-height: 29px;
	text-align: center;
	margin-right: 10px;
	background-color: transparent;
}
.space-header-2-top-soc a:hover {
	color: #be2edd;
	border: 1px solid #be2edd;
}
.space-header-2-top-soc a:last-child {
	margin-right: 0;
}
.space-header-2-top-logo {
	display: inline-block;
	order: 2;
}
.space-header-2-top-logo-ins {
	padding-top: 25px;
}
.space-header-2-top-logo a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #151515;
	line-height: 0;
}
.space-header-2-top-logo a.text-logo {
	font-size: 1.333em;
	line-height: 1em;
	text-transform: uppercase;
}
.space-header-2-top-logo span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1em;
	color: #7f8c8d;
}
.space-header-2-top-search {
	display: inline-block;
	order: 3;
}
.space-header-2-nav {
	width: 100%;
	min-height: 68px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.space-header-2-wrap.fixed .space-header-2-nav {
	top: 0;
	left: 0;
    right: 0;
	position: fixed;
}
.admin-bar .space-header-2-wrap.fixed .space-header-2-nav {
	top: 32px;
}
.space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
	background-color: #fff;
}
.space-header-2-nav-ins {
	max-width: 1170px;
}
.space-header-2-nav ul.main-menu {
	line-height: 100%;
}
.space-header-2-nav ul.main-menu li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	color: #151515;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
}
.space-header-2-nav ul.main-menu li:last-child {
	margin-right: 0;
}
.space-header-2-nav ul.main-menu li a {
	font-family: 'Roboto', sans-serif;
	color: #151515;
	text-decoration: none;
	font-weight: 400;
	padding: 25px 16px;
	border-bottom: 2px solid transparent;
	display: block;
}
.space-header-2-nav ul.main-menu li a:hover,
.space-header-2-nav ul.main-menu li:hover a {
	color: #be2edd;
	border-bottom: 2px solid #be2edd;
}
.space-header-2-nav ul.main-menu li.menu-item-has-children a:after {
	content: "\f0dd";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.space-header-2-nav ul.main-menu li ul.sub-menu {
	display: block !important;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 90px;
    left: -15px;
    width: 230px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-2-nav ul.main-menu li:hover ul.sub-menu {
	top: 68px;
	opacity: 1;
	visibility: visible;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li {
	display: block;
	padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a {
	display: inline-block;
	padding: 0;
	color: #34495e;
	text-decoration: none;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a:hover {
	border-bottom: 1px solid transparent;
	color: #b2bec3;
	text-decoration: none;
}
.space-header-2-nav ul.main-menu li.menu-item-has-children ul.sub-menu li a:after {
	display:none;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children ul,
.space-header-2-nav ul.main-menu li.menu-item-has-children ul.sub-menu li ul {
    position: absolute;
    top: 15px;
    left: 230px;
    z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul,
.space-header-2-nav ul.main-menu li.menu-item-has-children ul.sub-menu li:hover ul {
	top: -15px;
	opacity: 1;
	visibility: visible;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 7px;
    right: 15px;
}

/* Header #2 Style End */

/* Menu Item Labels Start */

ul.main-menu > li.new > a:before {
	content: "New";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #4cd137;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-header-2-nav ul.main-menu > li.new > a:before {
	top: 8px;
}
ul.main-menu > li.best > a:before {
	content: "Best";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #151515;
    background-color: #f0ff00;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-header-2-nav ul.main-menu > li.best > a:before {
	top: 8px;
}
ul.main-menu > li.hot > a:before {
	content: "Hot";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #a33632;
    background-color: #ff7979;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-header-2-nav ul.main-menu > li.hot > a:before {
	top: 8px;
}
ul.main-menu > li.top > a:before {
	content: "Top";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #f22613;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-header-2-nav ul.main-menu > li.top > a:before {
	top: 8px;
}
ul.main-menu > li.fair > a:before {
	content: "Fair";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #8c14fc;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-header-2-nav ul.main-menu > li.fair > a:before {
	top: 8px;
}

/* Menu Item Labels End */

/* Search Block Start */

.space-header-search {
	top: 30px;
    bottom: 0;
    right: 15px;
    margin: 0;
    color: #151515;
    font-size: 1.333em;
    line-height: 1em;
    height: 1em;
    cursor: pointer;
}
.space-header-2-top-search .space-header-search {
	top: 35px;
    right: 0;
    color: #95a5a6;
}
.desktop-search-close-button .to-right,
.desktop-search-close-button .to-left {
	background-color: #7f8c8d;
}
.space-header-search-block {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f5f6fa;
	opacity: 0;
	visibility: hidden;
	z-index: 100000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-search-block.active {
	opacity: 1;
	visibility: visible;
}
.space-header-search-block-ins {
	max-width: 1170px;
	height: 100px;
	margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.desktop-search-close-button {
	top: 20px;
	right: 45px;
}
.space-header-search-block input[type="search"] {
	width: 100%;
	float: none;
	height: auto;
	background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.157em;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
    padding: 20px 30px;
	border-radius: 0;
}
.search-results .space-single-aces-breadcrumbs {
	padding: 0;
}
.search-results .space-single-aces-breadcrumbs .space-breadcrumbs {
    margin-left: 0;
    margin-right: 0;
}

/* Search Block End */

/* Mobile Menu Start */

.space-mobile-menu-icon {
	width: 24px;
	top: 20px;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	display: none;
}
.space-mobile-menu-icon div:nth-child(1) {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
	margin-bottom: 4px;
}
.space-mobile-menu-icon div:nth-child(2) {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
	margin-bottom: 4px;
}
.space-mobile-menu-icon div:nth-child(3) {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
}
.space-header-2-top-soc .space-mobile-menu-icon {
	width: 21px;
}
.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(1) {
	width: 21px;
	border-radius: 3px;
}
.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(2) {
	width: 11px;
	border-radius: 3px;
}
.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(3) {
	width: 21px;
	border-radius: 3px;
}
.space-mobile-menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45, 52, 54, 0.95);
	z-index: 100000;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-mobile-menu.active {
	opacity: 1;
	visibility: visible;
}
.space-mobile-menu-block {
	overflow-y: auto;
	width: 100%;
	max-width: 320px;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.space-mobile-menu-block-ins {
	padding: 45px 30px;
}
.space-mobile-menu-header {
	overflow: hidden;
	margin-bottom: 45px;
}
.space-mobile-menu-header a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 0;
	color: #2d3436;
}
.space-mobile-menu-header a.text-logo {
	text-transform: uppercase;
	font-size: 1.333em;
	line-height: 1em;
}
.space-mobile-menu-header span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-mobile-menu-close-button {
	top: 20px;
    right: 20px;
}
.space-mobile-menu-list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.space-mobile-menu-list ul {
	width: 100%;
	position: relative;
}
.space-mobile-menu-list ul li {
	width: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
	text-align: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}
.space-mobile-menu-list ul li ul li:first-child {
	margin-top: 0;
}
.space-mobile-menu-list ul li a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
}
.space-mobile-menu-list > ul > li.new:before {
	content: "New";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #4cd137;
    display: inline-block;
    top: 11px;
    right: 25px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-mobile-menu-list > ul > li.best:before {
	content: "Best";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #151515;
    background-color: #f0ff00;
    display: inline-block;
    top: 11px;
    right: 25px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-mobile-menu-list > ul > li.hot:before {
	content: "Hot";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #a33632;
    background-color: #ff7979;
    display: inline-block;
    top: 11px;
    right: 25px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-mobile-menu-list > ul > li.top:before {
	content: "Top";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #f22613;
    display: inline-block;
    top: 11px;
    right: 25px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-mobile-menu-list > ul > li.fair:before {
	content: "Fair";
	font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #8c14fc;
    display: inline-block;
    top: 11px;
    right: 25px;
    padding: 2px 7px;
    border-radius: 8px;
}
.space-mobile-menu-list ul li.menu-item-has-children:after {
	content: "\f0dd";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-size: 15px;
    top: 7px;
    right: 0;
    margin: 0 auto;
}
.space-mobile-menu-list ul li.menu-item-has-children.space-up:after {
	content: "\f0de";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-size: 15px;
    top: 12px;
    right: 0;
}
.space-mobile-menu-list ul li ul.sub-menu {
	display: none;
	padding: 0 0 0 15px;
}
.space-mobile-menu-copy {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-mobile-menu-copy a {
	color: #7f8c8d;
}

/* Mobile Menu End */

.homepage-block:first-child {
	margin-top: 45px;
}

/* #1 Widget Start */

.space-news-1 {
	overflow: hidden;
	background-color: #f1f3f4;
	margin-bottom: 60px;
}
.space-news-1.homepage-block {
	margin-top: 0;
}
.space-news-1-ins {
	padding-top: 45px;
	padding-bottom: 30px;
}
.space-news-1 .space-block-title,
.space-posts-shortcode-1 .space-block-title {
	padding-bottom: 15px;
}
.space-news-1-items {
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-1-item {
	display: inline-block;
	overflow: hidden;
}
.space-news-1-item img {
	border-radius: 5px;
}
.space-news-1-item-ins {
	margin: 0 15px 30px;
	overflow: hidden;
}
.space-news-1-item-img {
	width: 115px;
	height: 100px;
	margin-right: -115px;
	line-height: 0;
	z-index: 1;
}
.space-news-1-item-title-box {
	width: 100%;
}
.space-news-1-item-title-box-ins {
	margin-left: 115px;
}
.space-news-1-item-title {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	color: #151515;
}
.space-news-1-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
.space-news-1-item-title a:hover {
	color: #b2bec3 !important;
}
.space-news-1-item-meta {
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #7f8c8d;
}
.space-news-1-item-meta span:first-child {
	display: inline-block;
    margin-right: 20px;
}
.space-news-1-item-meta span i {
	padding-right: 5px;
}

/* #1 Widget End */

/* #2 Widget Start */

.space-news-2 {
	overflow: hidden;
}
.space-news-2 img {
	border-radius: 5px;
}
.space-posts-shortcode-2 {
	margin-bottom: 30px !important;
}
.space-news-2-items {
	overflow: hidden;
}
.space-news-2-item-big {
	overflow: hidden;
	margin: 0 15px;
}
.space-news-2-item-big-ins {
	overflow: hidden;
	line-height: 0;
	padding-bottom: 30px;
    background-color: #000;
    border-radius: 6px;
}
.space-news-2-item-big-ins .space-post-format {
	top: 30px;
	right: 30px;
}
.space-news-2-item-top {
	margin-top: 20px;
	height: 1.45em;
}
.space-news-2-item-top-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.space-news-2-item-top-left span i {
	padding-right: 5px;
}
.space-news-2-item-top-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.space-news-2-item-top-right span {
	display: inline-block;
	margin-left: 15px;
}
.space-news-2-item-top-right span i {
	padding-right: 5px;
}
.space-news-2-item-big-box {
	bottom: 30px;
	left: 0;
	right: 0;
	background: #000;
	background: linear-gradient(transparent, #000);
	border-radius: 0 0 3px 3px;
    padding: 30px 30px 0;
}
.space-news-2-item-big-box-category {
    margin-bottom: 16px;
}
.space-news-2-item-big-box-category span {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}
.space-news-2-item-big-box-title {
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2.369em;
    line-height: 1.1em;
    color: #fff;
}
.space-news-2-item-big-box-excerpt {
	font-weight: 300;
    font-size: 1em;
    line-height: 1.65em;
    color: #dfe6e9;
    margin-top: 20px;
}
.space-news-2-small-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-2-small-item {
	display: inline-block;
}
.space-news-2-small-item-ins .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
}
.space-news-2-small-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.space-news-2-small-item-img-ins {
	line-height: 0;
}
.space-news-2-small-item-img-category {
	bottom: -5px;
    left: 0;
    text-align: center;
}
.space-news-2-small-item-img-category a {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 15px;
    border-radius: 0 5px 0 5px;
    margin-bottom: 5px;
    background-color: #ff2453;
}
.space-news-2-small-item-img-category a:hover {
	background-color: #57606f;
}
.space-news-2-small-item-title-box {
	margin-top: 15px;
	padding-bottom: 5px;
}
.space-news-2-small-item-title {
	line-height: 0;
}
.space-news-2-small-item-title a {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.1em;
    color: #151515 !important;
    text-decoration: none !important;
}
.space-news-2-small-item-title a:hover {
	color: #b2bec3 !important;
}
.space-news-2-small-item-meta {
	padding-top: 10px;
	height: 1.45em;
}
.space-news-2-small-item-meta-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-2-small-item-meta-left span i {
	padding-right: 5px;
}
.space-news-2-small-item-meta-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-2-small-item-meta-right span {
	display: inline-block;
	margin-left: 15px;
}
.space-news-2-small-item-meta-right span i {
	padding-right: 5px;
}
.space-news-2-small-item:nth-child(3) .space-news-2-small-item-ins,
.space-news-2-small-item:nth-child(4) .space-news-2-small-item-ins {
	margin-bottom: 0;
}

/* #2 Widget End */

/* #3 Widget Start */

.space-news-3 {
	overflow: hidden;
}
.space-news-3-ins {
	padding-bottom: 15px;
}
.space-news-3-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-3-item {
	display: inline-block;
}
.space-news-3-item img {
	border-radius: 5px;
}
.space-news-3-item-ins {
	margin-bottom: 45px;
}
.space-news-3-item-ins .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
}
.space-news-3-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.space-news-3-item-img-ins .space-post-format {
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.space-news-3-item-img-ins {
	line-height: 0;
}
.space-news-3-item-img-category {
	bottom: -5px;
	left: 0;
}
.space-news-3-item-img-category a {
	display: inline-block;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff !important;
	text-decoration: none !important;
	padding: 4px 15px;
	border-radius: 0 5px 0 5px;
	margin-bottom: 5px;
	background-color: #ff2453;
}
.space-news-3-item-img-category a:hover {
	background-color: #57606f;
}
.space-news-3-item-title-box {
	margin-top: 25px;
}
.space-news-3-item-title {
	margin-bottom: 10px;
	line-height: 0;
}
.space-news-3-item-title a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.333em;
	line-height: 1.25em;
	color: #151515 !important;
	text-decoration: none !important;
}
.space-news-3-item-title a:hover {
	color: #b2bec3 !important;
}
.space-news-3-item-meta {
	margin: 15px 0 0;
    height: 15px;
    overflow: hidden;
}
.space-news-3-item-meta-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-3-item-meta-left span i {
	padding-right: 5px;
}
.space-news-3-item-meta-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-3-item-meta-right span {
	display: inline-block;
	margin-left: 15px;
}
.space-news-3-item-meta-right span i {
	padding-right: 5px;
}
.space-news-3-item-excerpt {
	font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #7f8c8d;
    margin-top: 20px;
}

/* #3 Widget End */

/* #4 Widget Start */

.space-news-4 {
	overflow: hidden;
	background-color: #111111;
	margin-bottom: 60px;
}
.space-news-4.homepage-block {
	margin-top: 0;
}
.space-news-4-ins {
	padding: 60px 0 30px;
}
.space-news-4 .space-block-title {
	color: #fff;
}
.space-news-4-items {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-4-item {
	display: inline-block;
	overflow: hidden;
}
.space-news-4-item-img-ins {
	line-height: 0;
}
.space-news-4-item.small-news-block img {
	border-radius: 5px 5px 0 0 !important;
}
.space-news-4-item.small-news-block .space-news-4-item-ins .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
}
.space-news-4-item.small-news-block .space-news-4-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.space-news-4-item.small-news-block .space-news-4-item-img-ins .space-post-format {
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.space-news-4-item.small-news-block .space-news-4-item-img-category {
	bottom: -18px;
	left: 0;
	right: 0;
	z-index: 1;
}
.space-news-4-item.small-news-block .space-news-4-item-img-category a {
	display: inline-block;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff !important;
	text-decoration: none !important;
	padding: 4px 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #ff2453;
}
.space-news-4-item.small-news-block .space-news-4-item-img-category a:hover {
	background-color: #57606f;
}
.space-news-4-item.small-news-block .space-news-4-item-title-box {
	background-color: #fff;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 25px 30px 30px;
}
.space-posts-shortcode-4 .space-news-4-item.small-news-block .space-news-4-item-title-box {
	background-color: #f1f3f4;
}
.space-news-4-item.small-news-block .space-news-4-item-title {
	margin-bottom: 10px;
	line-height: 0;
}
.space-news-4-item.small-news-block .space-news-4-item-title a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.333em;
	line-height: 1.25em;
	color: #151515 !important;
	text-decoration: none !important;
}
.space-news-4-item.small-news-block .space-news-4-item-title a:hover {
	color: #b2bec3 !important;
}
.space-news-4-item.small-news-block .space-news-4-item-meta {
	top: -25px;
    left: 30px;
    right: 30px;
    margin: 0;
    height: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-news-4-item.small-news-block .space-news-4-item-ins:hover .space-news-4-item-meta {
	top: 25px;
}
.space-news-4-item.small-news-block .space-news-4-item-meta-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.space-news-4-item.small-news-block .space-news-4-item-meta-left span i {
	padding-right: 5px;
}
.space-news-4-item.small-news-block .space-news-4-item-meta-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.space-news-4-item.small-news-block .space-news-4-item-meta-right span {
	display: inline-block;
	margin-left: 15px;
}
.space-news-4-item.small-news-block .space-news-4-item-meta-right span i {
	padding-right: 5px;
}
.space-news-4-item.small-news-block .space-news-4-item-excerpt {
	font-weight: 400;
    font-size: 0.85em;
    line-height: 1.65em;
    color: #7f8c8d;
    margin-top: 12px;
}

/* #4 Widget End */

/* #5 Widget Start */

.space-news-5-items {
	overflow: hidden;
}
.space-news-5-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.space-news-5-item:last-child {
	margin-bottom: 0;
}
.space-news-5-item img {
	border-radius: 5px;
}
.space-news-5-item-ins {
	margin: 0 15px;
}
.space-news-5-item-img {
	width: 115px;
	height: 100px;
	margin-right: -115px;
	line-height: 0;
	z-index: 1;
}
.space-news-5-item-title-box {
	width: 100%;
}
.space-news-5-item-title-box-ins {
	margin-left: 115px;
}
.space-news-5-item-meta {
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #7f8c8d;
    margin-top: 5px;
}
.space-news-5-item-meta i {
	padding-right: 5px;
}
.space-news-5-item-title {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2em;
    color: #151515;
}
.space-news-5-item-title a {
	color: #151515;
}
.space-news-5-item-title a:hover {
	color: #b2bec3;
}

/* #5 Widget End */

/* #6 Widget Start */

.space-news-6-items {
	overflow: hidden;
}
.space-news-6-items-ins {
	padding-bottom: 30px;
	overflow: hidden;
}
.space-news-6-items-ins-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-6-item {
	display: inline-block;
	overflow: hidden;
}
.space-news-6-item img {
	border-radius: 5px;
}
.space-news-6-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.space-news-6-item ul {
	margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.space-news-6-item ul li {
    list-style: none !important;
}
.space-news-6-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.space-news-6-item .space-post-format {
	background-color: transparent;
	top: 20px;
	right: 20px;
}
.space-news-6-item-top {
	top: 30px;
	left: 30px;
	right: 30px;
}
.space-news-6-item-top-category {
	margin-bottom: 16px;
}
.space-news-6-item-top-category span {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}
.space-news-6-item-top-title {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 2.369em;
	line-height: 1.1em;
	color: #fff;
}
.space-news-6-item.third-news .space-news-6-item-top-title {
	font-size: 1.777em;
}
.space-news-6-item-top-excerpt {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.65em;
	color: #dfe6e9;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-news-6-item-link-wrap:hover .space-news-6-item-top-excerpt {
	margin-top: 20px;
	opacity: 1;
	visibility: visible;
}
.space-news-6-item-link-wrap {
	line-height: 0;
}
.space-news-6-item-bottom {
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.space-news-6-item-bottom-left {
	bottom: 0;
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff;
}
.space-news-6-item-bottom-left span i {
	padding-right: 5px;
}
.space-news-6-item-bottom-right {
	bottom: 0;
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff;
}
.space-news-6-item-bottom-right span {
	display: inline-block;
	margin-left: 15px;
}
.space-news-6-item-bottom-right span i {
	padding-right: 5px;
}
.space-news-6-item-ins ul li {
	font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfe6e9;
    padding: 0 0 13px !important;
    line-height: 0;
}
.space-news-6-item-ins ul li:last-child {
	margin-bottom: 0 !important;
}
.space-news-6-item-ins ul li:before {
	display: none;
}
.space-news-6-item-ins ul li a {
	font-weight: 900;
    font-size: 1em;
    line-height: 1.25em !important;
    color: #151515 !important;
    text-decoration: none !important;
}
.space-news-6-item-ins ul li a:hover {
	color: #b2bec3 !important;
}
.space-news-6-item-ins ul li div {
    margin-top: 4px;
}
.space-news-6-item-ins ul li span {
	display: inline-block;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
    margin-right: 15px;
}
.space-news-6-item-ins ul li span i {
	padding-right: 5px;
}

/* #6 Widget End */

/* #7 Widget Start */

.space-news-7 {
	overflow: hidden;
}
.space-news-7-ins {
	padding-bottom: 30px;
}
.space-news-7-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-7-item {
	display: inline-block;
}
.space-news-7-item img {
	border-radius: 5px;
}
.space-news-7-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.space-news-7-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.space-news-7-item-ins {
	margin-bottom: 30px;
	overflow: hidden;
}
.space-news-7-item-img-ins {
	line-height: 0;
}
.space-news-7-item-top-date {
	top: -25px;
	left: 30px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #dfe6e9;
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-news-7-item-ins:hover .space-news-7-item-top-date {
	top: 25px;
	opacity: 1;
	visibility: visible;
}
.space-news-7-item-top-date span i {
    padding-right: 5px;
}
.space-news-7-item-title-box {
	bottom: 25px;
	left: 30px;
	right: 30px;
}
.space-news-7-item-category {
	margin-bottom: 6px;
}
.space-news-7-item-title {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.1em;
    color: #fff;
}
.space-news-7-item-category span {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}

/* #7 Widget End */

/* #8 Widget Start */

.space-news-8 {
	overflow: hidden;
}
.space-posts-shortcode-8 {
	margin-bottom: 25px !important;
}
.space-news-8-items {
	overflow: hidden;
}
.space-news-8-item {
	display: inline-block;
}
.space-news-8-item img {
	border-radius: 5px;
}
.space-news-8-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.space-news-8-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.space-news-8-item-ins {
	overflow: hidden;
	margin-bottom: 0;
}
.space-news-8-item-img-ins {
	line-height: 0;
}
.space-news-8-item-img-ins .space-post-format {
	top: 30px;
	right: 30px;
}
.space-news-8-item-title {
	top: 0;
	bottom: 0;
	left: 90px;
	right: 180px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    align-items: center;
}
.space-news-8-item-title-category {
	margin-bottom: 16px;
}
.space-news-8-item-title-category span {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}
.space-news-8-item-title-box {
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 3.157em;
    line-height: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.space-news-8-item-title-meta {
	margin-top: 16px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.space-news-8-item-title-meta span {
	display: inline-block;
	padding-right: 20px;
}
.space-news-8-item-title-meta span:last-child {
	padding-right: 0;
}
.space-news-8-item-title-meta span i {
	padding-right: 5px;
}
.space-news-8-items .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 45px;
	width: 100px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 1.333em;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.5);
}
.space-news-8-items .owl-nav button {
	width: 50px;
	height: 46px;
}

/* #8 Widget End */

/* #9 Widget Start */

.space-news-9 {
	overflow: hidden;
}
.space-posts-shortcode-9 {
	margin-bottom: 25px !important;
}
.space-news-9-items {
	overflow: hidden;
}
.space-news-9-item {
	display: inline-block;
}
.space-news-9-item img {
	border-radius: 0 5px 5px 0;
}
.space-news-9-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.space-news-9-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.space-news-9-item-ins {
	overflow: hidden;
	margin-bottom: 0;
}
.space-news-9-item-background {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    background-color: #f1f3f4;
    border-radius: 5px;
}
.space-news-9-item-info {
	display: inline-block;
	order: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
    flex: 1;
}
.space-news-9-item-info-wrap {
	padding: 45px 60px;
}
.space-news-9-item-info-category {
	margin-bottom: 16px;
}
.space-news-9-item-info-category span {
	display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}
.space-news-9-item-title-box {
	font-family: 'Roboto', sans-serif;
    line-height: 0;
    color: #111111;
}
.space-news-9-item-title-box a {
	font-weight: 900;
    font-size: 2.369em;
    line-height: 1.1em;
	color: #111111 !important;
	text-decoration: none !important;
}
.space-news-9-item-title-box a:hover {
	color: #b2bec3 !important;
}
.space-news-9-item-info-meta {
	margin-top: 16px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-9-item-info-meta span {
	display: inline-block;
	padding-right: 20px;
}
.space-news-9-item-info-meta span:last-child {
	padding-right: 0;
}
.space-news-9-item-info-meta span i {
	padding-right: 5px;
}
.space-news-9-item-info-excerpt {
	margin-top: 16px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.65em;
	color: #7f8c8d;
}
.space-news-9-item-img {
	display: inline-block;
	order: 2;
	flex: 1;
	line-height: 0;
}
.space-news-9-item-background .space-news-9-item-img img {
	border-radius: 0 5px 5px 0 !important;
}
.space-news-9-item-img .space-post-format {
	top: 30px;
	right: 30px;
}
.space-news-9-items .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 45px;
	width: 100px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 1.333em;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.5);
}
.space-news-9-items .owl-nav button {
	width: 50px;
	height: 46px;
}

/* #9 Widget End */

/* #10 Widget Start */

.space-news-10 {
	overflow: hidden;
}
.space-news-10-ins {
	padding-bottom: 45px;
}
.space-news-10-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-10-item {
	display: inline-block;
}
.space-news-10-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
}
.space-news-10-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.space-news-10-item-image {
	height: 0;
	padding-bottom: 47.368421%;
	background-color: #f1f3f4;
	border-radius: 5px;
}
.space-news-10-item-image img {
	border-radius: 5px;
}
.space-news-10-item-category {
	margin-top: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
}
.space-news-10-item-category a {
	color: #ff2453;
	text-decoration: underline;
	display: inline-block;
	margin: 0 2px;
}
.space-news-10-item-category a:hover {
	color: #7f8c8d !important;
}
.space-news-10-item-title {
	margin-top: 8px;
	font-family: 'Roboto', sans-serif;
    line-height: 0;
    color: #151515;
}
.space-news-10-item-title a {
	font-weight: 700;
    font-size: 1.777em;
    line-height: 1.25em;
	color: #151515 !important;
	text-decoration: none !important;
}
.space-news-10-item-title a:hover {
	color: #b2bec3 !important;
}
.space-news-10-item-info {
	margin-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-news-10-item-info span {
	display: inline-block;
	padding-right: 20px;
}
.space-news-10-item-info span:last-child {
	padding-right: 0;
}
.space-news-10-item-info span i {
	padding-right: 5px;
}

/* #10 Widget End */

/* #11 Widget Start */

.space-news-11 {
	overflow: hidden;
}
.space-news-11-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-news-11-item {
	display: inline-block;
}
.space-news-11-item.big {
	order: 2;
}
.space-news-11-item.small:last-child {
	order: 3;
}
.space-news-11-item .space-overlay {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
}
.space-news-11-item-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.big .space-news-11-item-image {
	height: 0;
	padding-bottom: 75.43859649%;
	background-color: #b2bec3;
	border-radius: 5px;
}
.big .space-news-11-item-image img {
	border-radius: 5px;
}
.big .space-news-11-item-title-box {
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	background: linear-gradient(transparent, #000);
	border-radius: 0 0 5px 5px;
    padding: 30px;
}
.big .space-news-11-item-category {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #dfe6e9;
}
.big .space-news-11-item-category span {
	text-decoration: underline;
	display: inline-block;
	margin-right: 4px;
}
.big .space-news-11-item-title {
	margin-top: 8px;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.777em;
    line-height: 1.15em;
    color: #fff;
}
.big .space-news-11-item-info {
	margin: 15px 0 0;
    height: 15px;
    overflow: hidden;
}
.big .space-news-11-item-info-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.big .space-news-11-item-info-left span i {
	padding-right: 5px;
}
.big .space-news-11-item-info-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #dfe6e9;
}
.big .space-news-11-item-info-right span {
	display: inline-block;
	margin-left: 15px;
}
.big .space-news-11-item-info-right span i {
	padding-right: 5px;
}
.small .space-news-11-item-image {
	height: 0;
	padding-bottom: 100%;
	background-color: #f1f3f4;
	border-radius: 5px;
}
.small .space-news-11-item-image img {
	border-radius: 5px;
}
.small .space-news-11-item-category {
	margin-top: 12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
}
.small .space-news-11-item-category a {
	color: #ff2453;
	text-decoration: underline;
	display: inline-block;
	margin-right: 4px;
}
.small .space-news-11-item-category a:hover {
	color: #7f8c8d !important;
}
.small .space-news-11-item-title {
	margin-top: 8px;
	font-family: 'Roboto', sans-serif;
    line-height: 0;
    color: #151515;
}
.small .space-news-11-item-title a {
	font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
	color: #151515 !important;
	text-decoration: none !important;
}
.small .space-news-11-item-title a:hover {
	color: #b2bec3 !important;
}
.small .space-news-11-item-info {
	margin: 15px 0 0;
    height: 15px;
    overflow: hidden;
}
.small .space-news-11-item-info-left {
	left: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.small .space-news-11-item-info-left span i {
	padding-right: 5px;
}
.small .space-news-11-item-info-right {
	right: 0;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.small .space-news-11-item-info-right span {
	display: inline-block;
	margin-left: 5px;
}
.small .space-news-11-item-info-right span i {
	padding-right: 5px;
}

/* #11 Widget End */

/* Title Box Start */

.space-title-box {
	background-color: #f1f3f4;
}
.space-title-box-ins {
	padding-top: 60px;
}
.space-index-page {
	padding: 35px 0;
}
.space-title-box-h1 {
	margin: 0 15px;
}
.space-title-box-h1 h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 3.157em;
	line-height: 1.1em;
	color: #151515;
}
.space-breadcrumbs {
	overflow: hidden;
	margin-top: 5px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-breadcrumbs a {
	color: #7f8c8d;
	padding: 0 8px;
}
.space-breadcrumbs > span > span > a {
	padding-left: 0;
}
.space-breadcrumbs a:hover {
	text-decoration: underline;
}
.space-breadcrumbs span.breadcrumb_last {
	padding-left: 8px;
}
.space-title-box.featured-image {
	min-height: 375px;
	background-color: #2d3436;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.space-title-box.featured-image .space-title-box-ins {
	min-height: 315px;
}
.space-title-box.featured-image .space-title-box-h1 {
	bottom: 0;
	left: 0;
}
.space-title-box.featured-image .space-title-box-h1 h1 {
	color: #fff;
}
.space-title-box.featured-image .space-breadcrumbs,
.space-title-box.featured-image .space-breadcrumbs a {
	color: #cecece;
}
.space-title-box.featured-image .space-overlay {
	background: rgba(0,0,0,0.7);
}
.space-title-box-category-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.space-title-box-category {
	top: -14px;
	margin: 0 15px;
	z-index: 1;
}
.space-title-box-category a {
	display: inline-block;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #ff2453;
}
.space-title-box-category a:hover {
	background-color: #57606f;
}

/* --- Archive Title Box --- */

.space-archive-title-box {
	background-color: #f1f3f4;
}
.space-archive-title-box-ins {
	padding: 35px 0;
}
.space-archive-title-box-h1 {
	margin: 0 15px;
}
.space-archive-title-box-h1 h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 3.157em;
	line-height: 1.1em;
	color: #151515;
}

/* Title Box End */

/* Archive Section Start */

.space-archive-section {
	/* overflow: hidden; */
}
.space-archive-section-home-ins {
	overflow: hidden;
}
.space-archive-section-ins {
	padding-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.space-archive-loop {
	overflow: hidden;
}
.space-archive-loop-item {
	overflow: hidden;
	margin-bottom: 45px;
}
.space-archive-loop-item:last-child {
	margin-bottom: 0;
}
.space-archive-loop-item-img-ins {
	margin: 0 15px;
}
.space-archive-loop-item-img-ins .space-overlay {
	background: rgba(0, 0, 0, 0);
	border-radius: 5px;
}
.space-archive-loop-item-img-ins:hover .space-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.space-archive-loop-item-img-link {
	line-height: 0;
}
.space-archive-loop-item-img-link .space-post-format {
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.space-archive-loop-item-img-link img {
	width: 100%;
}
.space-archive-loop-item-img-category {
	top: 26px;
    right: -15px;
    text-align: right;
    line-height: 0;
}
.space-archive-loop-item-img-category a {
	display: inline-block;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 15px;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #ff2453;
}
.space-archive-loop-item-img-category a:hover {
	background-color: #57606f !important;
}
.space-archive-loop-item-title-box-ins {
	margin: 30px 15px 0;
}
.space-archive-loop-item-title-box.no-image .space-archive-loop-item-title-box-ins {
	margin: 0 15px 15px;
}
.space-archive-loop-item-title-box.no-image .space-archive-loop-item-img-category {
	margin-right: 15px;
	top: -5px;
	bottom: 0;
	right: auto;
	display: inline-block;
}
.space-archive-loop-item-title-box.no-image .space-archive-loop-item-img-category a {
	font-weight: 700 !important;
	font-size: 0.75em !important;
	line-height: 1.45em !important;
	color: #fff !important;
	border-bottom: 0 !important;
}
.space-archive-loop-item-title {
	margin: 10px 0 15px;
	line-height: 0;
}
.space-archive-loop-item-title a {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.777em;
    line-height: 1.25em;
    color: #151515 !important;
    text-decoration: none !important;
}
.space-archive-loop-item-title a:hover {
	color: #b2bec3 !important;
}
.space-archive-loop-item-excerpt {
	margin-bottom: 30px;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.65em;
    color: #7f8c8d;
}
.space-archive-loop-item-title-box.no-image .space-archive-loop-item-title-box-ins .space-archive-loop-item-excerpt {
	margin-bottom: 15px;
}
.space-archive-loop-item-meta {
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
    color: #7f8c8d;
}
.space-archive-loop-item-meta span {
	display: inline-block;
}
.space-archive-loop-item-meta span:nth-child(1) {
	margin-right: 0;
}
.space-archive-loop-item-meta span:nth-child(2),
.space-archive-loop-item-meta span:nth-child(3) {
	margin-left: 15px;
}
.space-archive-loop-item-meta span.read-more {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}
.space-archive-loop-item-meta span.read-more a {
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	color: #151515;
	text-decoration: none;
}
.space-archive-loop-item-meta span.read-more a:hover {
	color: #b2bec3;
}
.space-archive-loop-item-meta i {
	padding-right: 5px;
}
.space-posts-shortcode-5 {
	margin-bottom: 30px !important;
}

/* Archive Section End */

/* Archive Navigation Start */

.space-archive-navigation {
	overflow: hidden;
}
nav.pagination,
nav.comments-pagination,
nav.pagination-post {
	text-align:center;
	padding: 15px 0 0;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.45px;
	color: #7f8c8d;
	overflow: hidden;
}
nav.pagination a,
nav.comments-pagination a,
nav.pagination-post a span.page-number {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	margin: 0 5px 5px;
	background-color: #ff2453;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
nav.pagination a:hover,
nav.comments-pagination a:hover,
nav.pagination-post a:hover span.page-number {
	background-color: #57606f;
	color: #fff;
	text-decoration: none;
}
nav.pagination span.current,
nav.pagination-post span.page-number,
nav.comments-pagination span.current {
	display: inline-block;
	color: #fff;
	line-height: 45px;
	border-radius: 3px;
	margin: 0 5px 5px;
	width: 45px;
	height: 45px;
	background-color: #57606f;
	text-align:center;
}
.space-categories-list-box {
	padding: 0 15px 10px;
	overflow: hidden;
}
.space-categories-list-box ul li {
	float: left;
	display: inline-block;
	color: #7f8c8d;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 5px;
	margin-right: 5px;
}
.space-categories-list-box ul li.active {
	padding: 6px 20px;
	border-radius: 15px;
	border: 1px solid #d6d7db;
}
.space-categories-list-box ul li a {
	display: inline-block;
	color: #ff2453;
	padding: 6px 20px;
	border-radius: 15px;
	border: 1px solid #ff2453;
}
.space-categories-list-box ul li a:hover {
	color: #7f8c8d;
	border: 1px solid #d6d7db;
}

/* Archive Navigation End */

/* Page Section Start */

.space-content-section.no-sidebar {
	max-width: 900px;
	margin: 0 auto;
}
.space-content-section img {
	border-radius: 5px;
}
.space-page-content img {
	border-radius: 5px !important;
}
.space-page-content.page-template {
	margin-bottom: 30px;
}
.space-page-section {
	display: inline-block;
	/* overflow: hidden; */
}
.space-page-section-ins {
	padding-top: 41px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.page-template-page-without-title .space-page-section-ins {
	padding-top: 0;
}
.space-page-content-wrap {
	margin: 0 15px;
	/* overflow: hidden; */
}
.space-page-content-excerpt {
	margin-top: 30px;
	margin-bottom: 15px;
}
.space-page-content-excerpt.style2 {
	margin-top: 0;
	margin-bottom: 45px;
}
.space-page-content-excerpt p {
	color: #7f8c8d;
	font-size: 1.333em;
	line-height: 1.45em;
	font-weight: 300;
}
.space-page-content-meta {
	overflow: hidden;
	min-height: 50px;
	margin-bottom: 45px;
}
.space-page-content-meta-avatar {
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
.space-page-content-meta-avatar img {
	border-radius: 50% !important;
}
.space-page-content-meta-ins {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 65px;
    min-height: 50px;
}
.space-page-content-meta-author {
	width: 100%;
	color: #7f8c8d;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 400;
	padding: 3px 0 5px;
}
.space-page-content-meta-author a {
	color: #151515;
}
.space-page-content-meta-author a:hover {
	text-decoration: underline;
}
.space-page-content-meta-data {
	width: 100%;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1em;
	color: #7f8c8d;
}
.space-page-content-meta-data span {
	display: inline-block;
	margin-right: 20px;
}
.space-page-content-meta-data i {
	padding-right: 5px;
}
.space-page-content-featured-img {
	margin-bottom: 45px;
}
.space-page-content-featured-img span {
	display: block;
	margin-top: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #7f8c8d;
}
.space-page-content-box-wrap {
	border-bottom: 1px solid #dfe6e9;
    padding-bottom: 30px;
	margin: 0 0 15px;
}
.page .space-page-content-box-wrap {
	border-bottom: 0;
    padding-bottom: 0;
	margin: 0;
}
.space-page-content {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.65em;
	color: #2e3246;
	/* overflow: hidden; */
}
.space-page-content a {
	color: #ff2453;
	text-decoration: underline;
}
.space-page-content a:hover {
	color: #be2edd;
}
.space-page-content p {
	padding-bottom: 1.45em;
}
.space-page-content p:last-child {
	padding-bottom: 0;
}
.space-page-content h1 {
    font-size: 2.369em;
    line-height: 1.1em;
}
.space-page-content h1,
.space-page-content h2,
.space-page-content h3,
.space-page-content h4,
.space-page-content h5,
.space-page-content h6 {
	margin: 10px 0;
}
.space-page-content table {
	width: 100%;
	margin: 1.45em 0 2.9em;
}
.space-page-content table tr th {
	text-align: left;
	padding: 10px 15px;
}
.space-page-content table tr {
	border-bottom: 1px solid #ededed;
}
.space-page-content table tbody tr td {
	padding: 10px 15px;
}
.space-page-content dl {
	margin-bottom: 2.9em;
}
.space-page-content dl dt,
.space-page-content dl dd {
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
}
.space-page-content dl dt {
	background-color: #fafafa;
}
.space-page-content ol,
.space-page-content ul {
	margin-bottom: 1.45em;
	margin-left: 30px;
}
.space-page-content ul li ul,
.space-page-content ul li ul li ul,
.space-page-content ol li ol,
.space-page-content ol li ol li ol {
	margin-bottom: 0;
}
.space-page-content ol {
	list-style: decimal;
}
.space-page-content ol li,
.space-page-content ul li {
	padding: 5px;
}
.space-page-content ul li {
	list-style: disc;
	position: relative;
}
.space-comments .space-page-content ul li:before {
	display: none;
}
.space-page-content ul.space-mark {
	list-style: none;
	margin-left: 0;
}
.space-page-content ul.space-mark li {
	list-style: none;
	padding: 5px 5px 5px 35px;
}
.space-page-content ul.space-mark li:before {
	content: "\f058";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 400;
    position: absolute;
    font-size: 14px;
    top: 5px;
    left: 7px;
    color: #ff2453;
}
.space-page-content pre {
	background-color: #fafafa;
	border-bottom: 1px solid #ededed;
	margin-bottom: 1.45em;
	padding: 30px;
	border-radius: 2px;
	overflow-x: auto;
}
.space-page-content kbd,
.space-page-content code {
	font-weight: 700;
}
.space-page-content code {
	display: inline-flex;
	font-family: 'Roboto' !important;
	background-color: #f1f3f4;
	border-bottom: 1px solid #ededed;
	padding: 3px 20px;
	margin: 7px 0;
	border-radius: 2px;
	overflow-x: auto;
	font-weight: 400;
}
.space-page-content q {
	display: block;
    font-style: italic;
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 300;
}
.space-page-content sub {
	vertical-align: sub;
}
.space-page-content sup {
	vertical-align: super;
}
.space-page-content address {
	font-weight: 300;
    font-style: italic;
    font-size: 1.333em;
    line-height: 1.45em;
	margin-bottom: 1.45em;
    padding: 30px;
    border: 1px solid #ededed;
}
.space-page-content input[type="text"],
.space-page-content input[type="tel"],
.space-page-content input[type="email"],
.space-page-content input[type="password"],
.space-page-content input[type="url"],
.space-page-content input[type="submit"],
.space-page-content textarea,
.space-page-content select {
	max-width: 100%;
	width: auto;
	margin-bottom: 10px;
}
.space-page-content-tags {
	overflow: hidden;
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	font-style: italic;
	color: #7f8c8d;
}
.space-page-content-tags a {
	color: #7f8c8d;
	padding-left: 3px;
}
.space-page-content-tags a:hover {
	text-decoration: underline;
}
.space-page-content-tags span {
	display: inline-block;
	color: #dfe6e9;
	margin-right: 5px;
}
.space-related-items-ins {
	padding-bottom: 0;
}
.read-more-block .space-page-wrapper {
	padding-bottom: 0;
}
.read-more-block {
	padding-bottom: 15px;
}
.single-organization .read-more-block .space-block-title,
.single-unit .read-more-block .space-block-title,
.single-offer .read-more-block .space-block-title {
	padding-bottom: 15px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 45px;
    height: 0;
    margin-top: 1.45em;
    margin-bottom: 2.9em !important;
}
.responsive-video iframe,   
.responsive-video object,  
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

/* Page Section End */

/* Comments Template Start */

.space-comments {
	overflow: hidden;
}
h3.comment-first-title {
	padding-top: 0;
	margin-top: 0;
}
h3.comment-reply-title {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
.space-comments-ins {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 5px;
	background-color: #f1f3f4;
}
.space-comments-wrap {
	padding: 30px 30px 15px;
	overflow: hidden;
}
.space-comments-list {
	overflow: hidden;
	margin-bottom: 15px;
}
.space-comments-list ul.comment-list,
.space-comments-list ul.comment-list li ul {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}
.space-comments-list ul.comment-list li ul {
	margin-left: 30px;
}
.space-comments-list ul.comment-list li,
.space-comments-list ul.comment-list li ul li {
	padding: 0;
	overflow: hidden;
}
.space-comments-list-item-ins {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	margin: 15px 0;
	overflow: hidden;
}
.space-comments-list-item-avatar {
	top: 30px;
	left: 30px;
}
.space-comments-list-item-avatar img {
	border-radius: 50% !important;
}
.space-comments-list-item-data {
	padding-left: 100px;
}
.pingback .space-comments-list-item-data {
	padding-left: 0;
}
.space-comments-list-item-author {
	margin-bottom: 15px;
}
.space-comments-list-item-author {
	color: #2d3436;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 700;
}
.space-comments-list-item-author a {
	color: #2d3436 !important;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 700;
	text-decoration: underline;
}
.space-comments-list-item-author a:hover {
	color: #ff2453 !important;
	text-decoration: underline;
}
.space-comments-list-item-text {
	padding-bottom: 15px;
}
.space-comments-list-item-text p:last-child {
	padding-bottom: 0;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 0;
}
.space-comments-list-item-date,
.space-comments-list-item-date a,
p.logged-in-as,
p.logged-in-as a {
	color: #7f8c8d !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
	text-decoration: none;
}
p.logged-in-as a:last-child {
	text-decoration: underline;
}
.space-comments-list-item-date a:hover {
	text-decoration: underline;
}
h3.comment-reply-title small a {
	color: #ff2453 !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
	text-decoration: underline;
}
p.logged-in-as a:hover,
h3.comment-reply-title small a:hover {
	color: #ff2453 !important;
	text-decoration: underline;
}
.space-comments-list-item-date span {
	padding: 10px;
}
.space-comments-list-item-date a.comment-reply-link {
	margin-left: 15px;
	color: #ff2453;
	text-decoration: underline;
}
.space-comments-list-item-date a.comment-reply-link:hover {
	color: #ff2453;
	text-decoration: underline;
}
.comment-respond {
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}
.space-comments-form-box,
form.comment-form {
	overflow: hidden;
	line-height: 1.45em;
}
.space-comments-form-box p.comment-notes,
form.comment-form p.comment-notes {
	padding-bottom: 30px;
	color: #7f8c8d !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
}
.space-comments-form-box p.comment-notes span,
form.comment-form p.comment-notes span {
	font-weight:700;
}
.space-comments-form-box p.comment-notes span.required,
form.comment-form p.comment-notes span.required {
	color: #d63031;
	font-weight: 400;
}
form.comment-form p.form-submit {
	padding-bottom: 0;
}
.space-comments-form-box input[type="text"],
.space-comments-form-box input[type="email"],
.space-comments-form-box input[type="password"],
.space-comments-form-box input[type="submit"],
.space-comments-form-box input[type="url"],
form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="password"],
form.comment-form input[type="submit"],
form.comment-form input[type="url"] {
	width: 50%;
}
.space-comments-form-box input[type="submit"],
form.comment-form input[type="submit"] {
	margin-bottom: 0;
}
form.comment-form textarea {
	width: 100%;
	height: 180px;
}

/* Comments Template End */

/* Standart WordPress Widgets Start */

.space-widget {
	/* overflow: hidden; */
	max-width: 1200px;
	margin: 0 auto 15px;
	color: #2e3246;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 400;
}
.space-sidebar-section .space-widget:last-child {
	margin-bottom: 15px;
}
.space-sidebar-section .space-default-search-form input[type="search"] {
	margin-bottom: 10px;
}
.space-widget p {
	line-height: 1.48em;
	margin-bottom: 1.48em;
}
.space-widget p:empty {
	line-height: 0 !important;
	margin-bottom: 0 !important;
}
.space-widget p:blank {
	line-height: 0 !important;
	margin-bottom: 0 !important;
}
.space-widget-title {
	padding: 0 15px 30px;
	font-family: 'Roboto', sans-serif;
    color: #151515;
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 700;
}
.space-widget-title span {
	z-index: 1;
	padding-left: 23px;
    position: relative;
}
.space-widget-title span:before {
	content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #ff2453;
}
.space-widget-title span:after {
	content: '';
    z-index: -1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #be2edd;
}
.space-default-widget {
	margin-left: 15px;
	margin-right: 15px;
}
.space-default-widget .space-widget-title {
	padding: 0 0 30px;
}
.space-default-widget label.screen-reader-text {
	margin-bottom: 1em;
	display: block;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
	margin: 0 15px;
}
.space-widget ul li {
	border-bottom: 1px solid #dfe6e9;
}
.space-widget ul li,
.space-widget ul li a {
	color: #151515;
	padding: 8px 0 5px;
	position: relative;
}
.space-widget ul li a {
	font-size: 1em;
	line-height: 1.45em;
}
.space-widget ul li a:hover {
	color: #ff2453;
}
.space-widget p:last-child {
	padding-bottom: 0;
}
#calendar_wrap {
	font-size: 1em;
	line-height: 1.45em;
	color: #636e72;
}
#wp-calendar {
	width: 100%;
    text-align: center;
}
#wp-calendar a {
	color: #151515;
}
#wp-calendar caption {
	padding-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
.widget_rss ul li {
	margin-bottom: 15px;
}
.widget_rss ul li:last-child {
	margin-bottom: 0;
}
a.rsswidget {
	padding: 15px 0 5px;
	color: #151515;
}
span.rss-date {
	display: block;
	font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
div.rssSummary {
	color: #636e72;
	font-size: 1em;
	line-height: 1.45em;
	margin-top: 10px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 8px 0 0;
}
.widget_categories ul.sub-menu li,
.widget_pages ul.children li,
.widget_nav_menu ul.sub-menu li {
	padding-left: 15px;
}
.widget_recent_entries ul li {
	margin-bottom: 10px;
	padding-top: 0;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li span {
	display: block;
	margin-top: 2px;
    color: #7f8c8d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.widget_recent_entries ul li a {
	color: #151515;
    font-weight: 700;
}
.widget_tag_cloud a {
	display: inline-block;
	background-color: #ff2453;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
    margin: 0 4px 6px 0;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 0.85em !important;
    line-height: 1.45em !important;
    color: #fff;
    text-decoration: none;
}
.widget_tag_cloud a:hover {
	background-color: #57606f;
	color: #fff !important;
	text-decoration: none;
}
#recentcomments li {
	font-weight: 300;
	margin-bottom: 10px;
	padding-top: 0;
	color: #7f8c8d;
}
#recentcomments ul li:last-child {
	margin-bottom: 0;
}
#recentcomments li a {
	color: #2d3436;
    font-weight: 700;
}
#recentcomments li span.comment-author-link a {
	font-weight: 400;
	color: #7f8c8d;
}
#recentcomments li a:hover,
#recentcomments li span.comment-author-link a:hover {
	color: #ff2453;
}
.home-page .textwidget {
	margin: 0 15px;
}
.home-page .textwidget h2,
.home-page .textwidget h3,
.home-page .textwidget h4,
.home-page .textwidget h5,
.home-page .textwidget h6 {
	margin: 23.2px 0;
}
.home-page .textwidget a {
	color: #ff2453;
	text-decoration: underline;
}
.home-page .textwidget a:hover {
	color: #be2edd;
}
.home-page .textwidget table {
	width: 100%;
	margin: 1.45em 0 2.9em;
}
.home-page .textwidget table tr th {
	text-align: left;
	padding: 10px 15px;
}
.home-page .textwidget table tr {
	border-bottom: 1px solid #ededed;
}
.home-page .textwidget table tbody tr td {
	padding: 10px 15px;
}
.home-page .textwidget dl {
	margin-bottom: 2.9em;
}
.home-page .textwidget dl dt,
.home-page .textwidget dl dd {
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
}
.home-page .textwidget dl dt {
	background-color: #fafafa;
}
.home-page .textwidget ol,
.home-page .textwidget ul {
	margin-bottom: 1.45em;
	margin-left: 30px;
	display: inline-block;
}
.home-page .textwidget ul li ul,
.home-page .textwidget ul li ul li ul,
.home-page .textwidget ol li ol,
.home-page .textwidget ol li ol li ol {
	margin-bottom: 0;
}
.home-page .textwidget ul {
	list-style: none;
}
.home-page .textwidget ol {
	list-style: decimal;
}
.home-page .textwidget ol li,
.home-page .textwidget ul li {
	padding: 5px;
	color: #2e3246;
	border-bottom: 0;
}
.home-page .textwidget ul {
	margin-left: 0;
}
.home-page .textwidget ul li {
	padding: 5px 5px 5px 35px;
	position: relative;
}
.home-page .textwidget ul li:before {
	content: "\f058";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 400;
    position: absolute;
    font-size: 14px;
    top: 6px;
    left: 7px;
    color: #ff2453;
}
.home-page .textwidget pre,
.home-page .textwidget code {
	background-color: #f1f3f4;
	border-bottom: 1px solid #ededed;
	padding: 10px 15px;
	border-radius: 2px;
	overflow-x: auto;
}
.home-page .textwidget kbd,
.home-page .textwidget code {
	font-weight: 400;
}
.home-page .textwidget code {
	display: inline-block;
	font-family: 'Roboto' !important;
}

/* Standart WordPress Widgets End */

/* Footer Start */

.space-footer {
	overflow: hidden;
}
.space-footer-ins {
	/* overflow: hidden; */
	margin: 0 auto;
	max-width: 1170px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.space-footer-top {
	padding: 45px 0;
	background-color: #f1f3f4;
}
.space-footer-top-desc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
	order: 1;
}
.space-footer-top-desc span {
	display: block;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.45em;
	color: #7f8c8d;
}
.space-footer-top-age {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
	order: 2;
}
.space-footer-top-age span.age-limit {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	font-size: 1.333em;
	line-height: 49px;
	text-align: center;
	background-color: #ff2453;
}
.space-footer-top-soc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	order: 3;
}
.space-footer-top-soc a {
	display: inline-block;
	border: 1px solid #7f8c8d;
	width: 50px;
	height: 50px;
	color: #7f8c8d;
	font-weight: 400;
	border-radius: 50%;
	font-size: 1.333em;
	line-height: 49px;
	text-align: center;
	margin-left: 10px;
	background-color: transparent;
}
.space-footer-top-soc a:hover {
	color: #fff;
	border: 1px solid #d63031;
	background-color: #d63031;
}
.space-footer-copy {
	padding: 30px 0;
	background-color: #111111;
}
.space-footer-copy-left {
	color: #777777;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
}
.space-footer-copy-left a {
	color: #777777;
	text-decoration: underline;
}
.space-footer-copy-left a:hover {
	text-decoration: underline;
}
.space-footer-copy-menu ul {
	float: right;
}
.space-footer-copy-menu ul li {
	margin-left: 30px;
	float: left;
}
.space-footer-copy-menu ul li a {
	color: #777777;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
	text-decoration: underline;
}
.space-footer-copy-menu ul li a:hover {
	text-decoration: underline;
}

.space-footer-area.space-widget {
	margin-bottom: 0;
	color: #7f8c8d;
}
.space-footer-area.space-widget a {
	color: #7f8c8d;
	text-decoration: underline;
}
.space-footer-area.space-widget p:last-child {
    margin-bottom: 0;
}
.space-footer-area.space-widget .aligncenter {
    padding-bottom: 0;
}
.space-footer-area.space-widget .alignleft {
    padding: 0;
}
.space-footer-area.space-widget .alignright {
    padding: 0;
}

/* Footer End */

/* Back to Top Start */

#scrolltop {
    position: fixed;
    bottom: 7px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
	font-size: 35px;
    line-height: 35px;
    color: #ff2453;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#scrolltop:hover {
	color: #57606f;
}
#scrolltop.show {
    opacity: 1;
    visibility: visible;
    bottom: 21px;
}

/* Back to Top End */

/* MailChimp Form Widgets Start */

.home-page .widget_mc4wp_form_widget,
.space-content-section .widget_mc4wp_form_widget {
	overflow: hidden;
	background-color: #ecf0f1;
	text-align: center;
	padding: 60px 0;
	margin-bottom: 60px;
	color: #636e72;
}
.space-page-content-wrap .widget_mc4wp_form_widget {
	
}
.home-page .widget_mc4wp_form_widget .space-widget-title,
.space-content-section .widget_mc4wp_form_widget .space-widget-title {
	font-weight: 700;
	font-size: 3.157em;
    line-height: 1.2em;
}
.home-page .widget_mc4wp_form_widget .space-widget-title::after,
.space-content-section .widget_mc4wp_form_widget .space-widget-title::after {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #d63031;
}
.home-page .widget_mc4wp_form_widget .space-widget-title span,
.space-content-section .widget_mc4wp_form_widget .space-widget-title span {
	display: none;
}
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields,
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields {
	max-width: 570px;
	margin: 0 auto;
	overflow: hidden;
}
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds,
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds {
	overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    height: 60px;
}
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds input[type="email"],
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds input[type="email"] {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	background: transparent;
    height: 60px;
    border: 0;
    border-radius: 0;
}
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button,
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 4px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    font-size: 1.2em;
    color: #fff;
    background-color: #74b9ff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button:hover,
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button:hover {
	background-color: #a29bfe;
}
.space-sidebar-section .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
}
.widget_mc4wp_form_widget .mc4wp-response {
	margin-top: 10px;
}
.widget_mc4wp_form_widget .mc4wp-response a {
	color: #74b9ff;
	text-decoration: underline;
}
.widget_mc4wp_form_widget .mc4wp-response a:hover {
	color: #a29bfe;
	text-decoration: underline;
}

/* MailChimp Form Widgets End */

/* Contact Form 7 Start */

.wpcf7 {
	padding-bottom: 1.45em;
}
form.wpcf7-form label {
	font-size: 0.75em;
    line-height: 1.45em;
    font-style: italic;
    color: #636e72;
    padding-bottom: 5px;
    display: inline-block;
}
form.wpcf7-form p {
	padding-bottom: 10px;
}
form.wpcf7-form p:last-child {
	padding-bottom: 0;
}
div.wpcf7-response-output {
	margin: 2em 0 1em;
	font-size: 0.75em;
    line-height: 1.45em;
    font-style: italic;
    color: #636e72;
}
form.wpcf7-form textarea.wpcf7-textarea {
	width: 100%;
	background-color: #f9fafc;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="search"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="url"],
form.wpcf7-form textarea,
form.wpcf7-form select {
	font-size: 16px;
	background-color: #f9fafc;
}
form.wpcf7-form input[type="submit"] {
	margin-bottom: 0;
}

/* Contact Form 7 End */

/* WordPress Gallery Start */

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	width: 50%;
}
.gallery img {
	border: 1px solid #7f8c8d !important;
    padding: 5px;
}
.gallery dl dt, .gallery dl dd {
	background:none;
	border:0;
    padding:0;
}
.gallery dl.gallery-item dt.gallery-icon {
	padding:5px;
	overflow:hidden;
}
.gallery dl.gallery-item dd.gallery-caption {
	text-align: center;
	padding: 0 5px;
	font-size: 0.7862em;
    line-height: 1.48em;
    font-style: italic;
    color: #9e9e9e;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.sticky {
	line-height: 1.48em;
}

/* WordPress Gallery End */

/* Gutenberg Editor Start */

.wp-block-columns {
	margin-left: -15px;
	/* margin-right: -15px; */
	margin-bottom: 1.45em;
}
.wp-block-column {
	margin-left: 15px !important;
	margin-right: 15px;
}
.wp-block-columns p {
	line-height: 1.45em;
}
.wp-block-image {
	margin-top: 0.45em;
	margin-bottom: 1.45em;
}
hr.wp-block-separator {
	margin: 1.45em auto 2.9em;
	border: 0;
	width: 80%;
	height: 1px;
	background-color: #dfe6e9;
}
ul.wp-block-gallery {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 1.45em;
    margin-bottom: 2.9em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 1.45em;
	border-radius: 0 0 5px 5px;
}
.alignfull {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100vw;
    /* margin-bottom: 2.9em; */
}
.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100vw;
    /* margin-bottom: 2.9em; */
}
ul.wp-block-gallery.alignfull, 
ul.wp-block-gallery.alignwide {
    margin-left: -8px !important;
    margin-right: -8px !important;
    width: auto !important;
    max-width: 100vw !important;
    margin-top: 1.45em !important;
    margin-bottom: 2.9em !important;
}
.alignwide img,
.alignfull img {
    display: block;
    margin: 0 auto;
}
.wp-block-image figcaption {
	padding: 0;
	margin-top: 5px;
    color: #7f8c8d;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}
.wp-block-image .aligncenter {
	margin: 0 auto;
	padding-bottom: 0;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: block;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {

}
.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft {
	float: left;
    margin: 8px 30px 20px 0;
    padding: 0 30px;
}
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	float: right;
    margin: 8px 0 20px 30px;
    padding: 0 30px;
}
.wp-block-cover,
.wp-block-cover-image {
    padding: 0;
}
.page-template-page-without-title .space-page-content .alignwide,
.space-page-without-title .space-page-content .alignwide {
	margin-left : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width : 100vw;
}
.page-template-page-without-title .space-page-content .alignfull,
.space-page-without-title .space-page-content .alignfull {
	margin-top: 0;
	margin-left : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width : 100vw;
}

blockquote.wp-block-pullquote p {
	padding-bottom: 10px;
}
blockquote.wp-block-pullquote {
	padding: 3em 15px;
}
.wp-block-pullquote > p {
	line-height: 30px;
}
blockquote.wp-block-pullquote cite {
	text-align: center;
	padding-top: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 1em;
}
.wp-block-button {
	padding-top: 1.45em;
}
.wp-block-buttons .wp-block-button {
	padding-top: 0;
}
.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 52px; */
    height: 0;
    margin-top: 1.45em;
    margin-bottom: 2.9em !important;
}
.is-type-video iframe,   
.is-type-video object,  
.is-type-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: #2d3436 !important;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-gallery .blocks-gallery-item{
	padding: 0 !important;
	margin: 8px !important;
}
ul.wp-block-latest-posts {
	background-color: #f5f6fa;
	margin-top: 1.45em;
	margin-bottom: 2.9em;
	margin-left: 0;
	border-radius: 5px;
	padding: 30px !important;
}
ul.wp-block-latest-posts li {
	line-height: 1.45em;
	list-style: none;
}
ul.wp-block-latest-posts li a {
	color: #151515;
	font-weight: 700;
}
ul.wp-block-latest-posts li a:hover {
	color: #b2bec3 !important;
}
.wp-block-latest-posts__post-date {
	color: #7f8c8d;
}
ol.wp-block-latest-comments {
	background-color: #f9fafc;
	margin-top: 1.45em;
	margin-bottom: 2.9em;
	margin-left: 0;
	list-style: none;
	border-radius: 5px;
	padding: 30px !important;
}
div.wp-block-categories {
	text-align: left;
}
div.wp-block-categories ul li {
	list-style: none;
	line-height: 1.45em;
}
div.wp-block-categories ul li a {
	color: #34495e;
	font-weight: 700;
}
a.wp-block-button__link {
	font-size: 16px;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: 700;
    padding: 13px 40px;
    border-radius: 23px;
    display: inline-block;
}
.zero-padding-bottom {
    padding-bottom: 0 !important;
}
.zero-margin-bottom {
    margin-bottom: 0 !important;
}
.wp-container-3 {
    gap: 1em !important;
}
.wp-container-4 {
    gap: 1em !important;
}
.wp-container-5 {
    gap: 1em !important;
}
.wp-container-6 {
	gap: 1em !important;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	max-width: 1200px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
	max-width: 1200px;
}
.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
    background-color: transparent !important;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 25%);
}
.space-text-gradient {
	background: #be2edd;
	background: -webkit-linear-gradient(to right, #be2edd 0%, #ff2453 100%);
	background: -moz-linear-gradient(to right, #be2edd 0%, #ff2453 100%);
	background: linear-gradient(to right, #be2edd 0%, #ff2453 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
}
.alignfull img.wp-block-cover__image-background {
    border-radius: 0 !important;
}

/* --- Gutenberg Color Palette --- */


.has-mercury-white-background-color {
     background-color: #fff;
}
.has-mercury-gray-color {
	color: #263238 !important;
}
.has-mercury-gray-background-color {
     background-color: #263238;
}
.has-mercury-emerald-color {
	color: #2edd6c !important;
}
.has-mercury-emerald-background-color {
     background-color: #2edd6c;
}
.has-mercury-alizarin-color {
	color: #e74c3c !important;
}
.has-mercury-alizarin-background-color {
     background-color: #e74c3c;
}
.has-mercury-wisteria-color {
	color: #8e44ad !important;
}
.has-mercury-wisteria-background-color {
     background-color: #8e44ad;
}
.has-mercury-peter-river-color {
	color: #3498db !important;
}
.has-mercury-peter-river-background-color {
     background-color: #3498db;
}
.has-mercury-clouds-color {
	color: #ecf0f1 !important;
}
.has-mercury-clouds-background-color {
     background-color: #ecf0f1;
}

/* Gutenberg Editor End */

/* Shortcodes Start */

.space-shortcode-wrap {
	margin: 0 -15px;
}
.space-shortcode-wrap-ins {
	max-width: 1200px;
    margin: 0 auto;
}
.space-shortcode-1 .space-block-title,
.space-shortcode-2 .space-block-title,
.space-shortcode-4 .space-block-title,
.space-shortcode-5 .space-block-title,
.space-shortcode-8 .space-block-title {
	padding-bottom: 15px;
}
.wp-block-cover.is-light .space-shortcode-wrap .space-block-title {
    color: #151515;
}
.wp-block-cover .space-shortcode-wrap .space-block-title {
    color: #fff;
}

/* Shortcodes End */

/* Mercury Content Shortcode #1 Start */

.mercury-content-item-1-box a {
	text-decoration: none !important;
}
.mercury-content-item-1 {
	display: block;
}
.mercury-content-item-1 img {
	border-radius: 5px;
}
.mercury-content-item-1-ins {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	margin: 0 0 30px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.mercury-content-item-1-ins:hover {
	box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}
.mercury-content-item-1-wrap {
	padding: 30px;
}
.mercury-content-item-1-img {
	margin-bottom: 15px;
	line-height: 0;
}
.mercury-content-item-1-img img {
	max-width: 100%;
}
.mercury-content-item-1-title {
	margin-bottom: 5px;
	font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
    color: #151515;
    text-decoration: none !important;
}
.mercury-content-item-1-short-desc {
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
    text-decoration: none !important;
}

/* Mercury Content Shortcode #1 End */

/* Slotslaunch Styles - Start */

.space-slotslaunch-single-page .space-title-box-ins {
    padding-top: 30px;
}
.space-slotslaunch-single-page .space-page-wrapper {
    padding-bottom: 30px;
}
.space-slotslaunch-single-page .space-page-content-excerpt {
    margin-top: 0;
    margin-bottom: 0;
}
.slotsl-thumb-url {
    color: #151515 !important;
    text-decoration: none !important;
}
a.sl-broken-link, a.sl-fullscreen, a.sl-close-fullscreen {
    color: #151515 !important;
}
.slotsl-pagination {
    text-align: center;
}
.slotsl-demo-container {
    border-radius: 5px;
}
.slotsl-load-more button {
    border-radius: 10px;
}
.slotsl-load-more button:hover,
.slotsl-load-more button.active {
    border: 2px solid rgb(239, 68, 68);
}

/* Slotslaunch Styles - End */

.margin-bottom-0 {
	margin-bottom: 0 !important;
}


			h1, h2, h3, h4, h5, h6 {
    color: #37107e;
}
div[id*=accordion] .panel-heading .panel-title {
    font-weight: 700;
}
body{
	    font-size: 15px;
}
	a.gutentor-button.gutentor-block-button.gutentor-icon-hide span {
    color: #fff;
}
.section-g2b01f2 .gutentor-block-button{color:#fff;background-color:#d63031;background-image:none;margin:0 0 0 0;padding:20px 40px 20px 40px;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-right-radius:45px;border-bottom-left-radius:45px;font-size:16px;text-transform:normal;font-style:normal;text-decoration:none;width:100%;}
.space-header-height .space-header-top, .space-header-height .space-header-logo-ins:after {
    background-color: unset;
}

 @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	 
	a.geo-button-play {
    margin-bottom: 13px !important;
}

.space-organizations-6-archive-item-ins {
 	margin: 2px 35px 27px 65px !important; 

    }
p, details {
        display: block !important; 
    }

table {
    padding: 8px;
    display: block;
}
div#section-gm06b6d8 {
    padding-top: 35px;
    padding-bottom: 70px;
}

.box-50.text-wrap-footer {
    width: 100% !important;
}

    .text-wrap-footer {
        max-width: 100% !important;
    }





}




ol {
    margin-left: 20px;
}
ul {
    margin-left: 18px;
}
.wp-block-cover .box-25 {
	max-width: 230px!important;
	padding: 1%;
}
ul {
    list-style: disc !important;
}

ol {
    list-style: auto !important;
}

ul#menu-primary-menu {
    list-style: none !important;
}

.space-footer-copy-menu ul li {
    list-style: none !important;
}



.dmca img {
	max-width: 80px!important;
}
/*simple author*/
.saboxplugin-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;width:100%;clear:both;display:block;overflow:hidden;word-wrap:break-word;position:relative;}
.saboxplugin-wrap .saboxplugin-gravatar{float:left;padding:0 20px 20px 20px;}
.saboxplugin-wrap .saboxplugin-gravatar img{max-width:100px;height:auto;border-radius:0;}
.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:1;margin:20px 0 0 20px;display:block;}
.saboxplugin-wrap .saboxplugin-authorname a{text-decoration:none;}
.saboxplugin-wrap .saboxplugin-authorname a:focus{outline:0;}
.saboxplugin-wrap .saboxplugin-desc{display:block;margin:5px 20px;}
.saboxplugin-wrap .saboxplugin-desc p{margin:5px 0 12px;}
.saboxplugin-wrap .saboxplugin-socials{position:relative;display:block;background:#fcfcfc;padding:5px;border-top:1px solid #eee;}
.saboxplugin-wrap .saboxplugin-socials a svg{width:20px;height:20px;}
.saboxplugin-wrap .saboxplugin-socials a:hover{opacity:.8;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;box-shadow:none!important;-webkit-box-shadow:none!important;}
.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{text-decoration:inherit;box-shadow:none;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;margin:10px 5px;color:#444;fill:#444;}
.clearfix:after,.clearfix:before{content:' ';display:table;line-height:0;clear:both;}
@media screen and (max-width:480px){
	a {text-decoration: none!important;}
.saboxplugin-wrap{text-align:center;}
.saboxplugin-wrap .saboxplugin-gravatar{float:none;padding:20px 0;text-align:center;margin:0 auto;display:block;}
.saboxplugin-wrap .saboxplugin-gravatar img{float:none;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1;}
.saboxplugin-wrap .saboxplugin-desc{margin:0 10px 20px;text-align:center;}
.saboxplugin-wrap .saboxplugin-authorname{text-align:center;margin:10px 0 20px;}
}
body .saboxplugin-authorname a,body .saboxplugin-authorname a:hover{box-shadow:none;-webkit-box-shadow:none;}
a.sab-profile-edit{font-size:16px!important;line-height:1!important;}
.sab-edit-settings a,a.sab-profile-edit{color:#0073aa!important;box-shadow:none!important;-webkit-box-shadow:none!important;}
.sab-edit-settings{margin-right:15px;position:absolute;right:0;z-index:2;bottom:10px;line-height:20px;}
.sab-edit-settings i{margin-left:5px;}
.saboxplugin-socials{line-height:1!important;}
.saboxplugin-wrap .saboxplugin-gravatar img{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
.saboxplugin-wrap .saboxplugin-gravatar img{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
.saboxplugin-wrap{margin-top:0px;margin-bottom:0px;padding:0px 30px;}
.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:25px;}
.saboxplugin-wrap .saboxplugin-desc p,.saboxplugin-wrap .saboxplugin-desc{font-size:14px!important;line-height:21px!important;}
.saboxplugin-wrap .saboxplugin-socials a svg{width:18px;height:18px;}
.dmca {display: inline-block!important;}
/*simple author close*/
@media screen and (min-width: 100px) {
	
	a {text-decoration: none!important;}
		.deposit-min {
		color:#143c54!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 2px!important;
}
	.payout-per {
		color:#143c54!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 12px!important;
}
	.payout-perc {
		color:#dd3830!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 12px!important;
}
	}
@media screen and (max-width: 900px) {
	
	.space-title-box-category {
		margin-top: 30px;
	}
	a {text-decoration: none!important;
		color: #143c54!important;
		font-weight: bold;
	}
	.mobile-hide {display: none!important;}
}
.space-page-content ul, .space-page-content ol, .space-page-content li {
	font-family: sans-serif!important;
	color: #000!important;
	margin-left: 3%!important;
	font-size: 14px!important;
} 
.space-footer-area.space-widget a {
    text-decoration: none!important;
    font-size: inherit;
			color: #143c54!important;
			font-weight: bold;
}
.space-widget ul li, .space-widget ul li a:active {
    text-decoration: none!important;
    font-size: inherit;
			color: #143c54!important;
			font-weight: bold;
}

.space-organizations-3-archive-item-button-ins a
{color: #ffffff!important; text-decoration: none;}
.space-units-archive-item-title a {text-decoration: none;}
		.space-footer-area.space-widget a:active a:visited {
			color: #143c54!important;
			text-decoration: none!important; 
			font-weight: bold;
		}
.text-wrap-footer {padding: 1%;}
.space-footer-area.space-widget a:hover {
	color: #0f8c9f!important; text-decoration: none!important;
		font-weight: bold;align-content}
.space-widget ul li {border: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {.space-units-archive-item-2 > .space-units-archive-item-ins {
    padding:2%;
    max-height: 200px !important;
}
.space-organization-float-bar-bg  {background:#0f8c9f
!important;}
.space-organization-float-bar-bg a  {background:#143c54!important;}
.space-organization-float-bar-rating span {
    color: #fff;
}


@media (min-width: 100px) and (max-width: 1000px) {
		.space-units-archive-item-title.relative a {
    font-size: 14px!important;
}
	
		.space-content-section .box-25 {min-width: 90%!important;}
		..alignwide img, .alignfull img {max-width: 90px!important;}
		.space-units-archive-item-img.relative {min-width: 90%!important;max-height: auto;}
	logo
}


.space-units-3-archive-item-button2 a:hover {
	background: #fff!important;
	color: #fff!important;
	border-radius: 20px;
	margin: 3px;
}
.space-units-archive-item-ins {width: 99%;margin: 1%;}
.space-units-archive-item-short-desc {display: block}
.space-units-archive-item-short-desc .wager {
	color: #dd3830!important;
	font-weight: 600!important;
	max-width: 90%;
	align-content: center;
	text-wrap: balance;
	min-height: 50px;
	font-style: italic;
	display: block;
}

.space-units-archive-item-short-desc .code {
	color: #143c54!important;
	font-weight: 800!important; text-wrap: balance;
	max-width: 90%;
	align-content: center;
	min-height: 50px;
	display: block;
}
#simple_author_box_widget_lite-2 {
	background: #fff!important;
	position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 25px 0px;
    border-radius: 12px;
    box-sizing: border-box;
    max-width: 1200px;
}
.space-units-3-archive-item-button2 a {
	background: #143c54!important;
	color: #fff!important;
	border-radius: 20px;
	margin: 3px;
}
div.space-units-3-archive-item-button2 a {
	background: #143c54!important;
	color: #fff!important;
	border: none;
}
div.space-units-3-archive-item-button2 a:hover {
	background: #0f8c9f!important;
	color: #fff!important;
	border: none;
}

.space-units-3-archive-item-button1 a {background: #fff!important;}
.space-units-3-archive-item-button2 a {background: #dd3830!important;border-color:#dd3830!important;}
div.box-100 .flex-around-buttons {min-width: 100%;}
.space-widget-title span:before {background-color: #0f8c9f!important;}

.space-block-title span:before {background-color: #0f8c9f!important;}

.game-frame {position: relative, padding: 50px;}
.iframe {align-items: center!important;}
.game-play-frame {min-height: 600px!important;min-width:50%;align-items: center!important;margin: 5px;}

p.post-modified-info {
    margin-top: -1px;
		color: #fff!important;
}
	
.space-style-3-organization-header .space-overlay {background: #fff;}
.space-shortcode-wrap {padding-top: 10px; margin-bottom: 35px;}
.space-style-3-organization-header-rating strong {color: #164159!important;}
.unit-page-style-3 .space-vendors {color: #dd3830!important;}
.unit-page-style-3 .space-vendors span {color: #164159!important;}
.space-vendors-item.name {

    padding: 5px 15px;
    background: #F7BF13;
    border-radius: 5px;
    font-size: 1em;
    line-height: 20px;
    text-decoration: none !important;
	
}
.unit-page-style-3 .space-vendors-item.name {color: #164159!important;}
.space-title-box  {
	background: #ffffff!important;
}
ul.menu {list-style: none!important}
.space-units-archive-item-ins {
	border: 1px solid #b6bcc5;}
.space-organizations-archive-item-button-notice{color: #dd3830!important; font-size: 16px!important;}
.space-shortcode-wrap .space-companies-sidebar-item-title a {color: #049cab!important;}

.space-shortcode-wrap .space-companies-archive-item-title a {color: #049cab!important;}

button#myBtn1 {
    line-height: 10px;
    border: 2px solid #049cab;
    color: #dd3830 !important;
    font-weight: bold;
    display: none;
}


p.post-modified-info {
    font: normal normal normal 14px/17px Arial;
    letter-spacing: 0;
}

a.last-modified-author {
    text-decoration: none!important;
    color: #dd3830;
    font-weight: 700;
    border-bottom: 2px solid #dd3830;
    transition: all .3s ease-in-out;
}
.space-page-content a {text-decoration: none!important;color: #dd3830!important;}

span.tc-apply {
    display: none;
}



h2 {
	margin-top: 5px !important;}

.section-hero-categories-container .section-hero-categories .section-hero-category {
    border: 1px solid #bdc1c8 !important;
}

.geo-row>.geo-col-6:not(.geo-clear) {
	padding: 0px 0 0 28px;}
a.geo-read-review {
    font-weight: 100 !important;
    color: #dd3830 !important;
}

div.geo-one-table:first-child .geo-button-play, div.geo-one-table:first-child .geo-button-play:link, div.geo-one-table:first-child .geo-button-play:visited {
    background: #dd3830 !important;
    color: #fff !important;
    border-color: #dd3830;
}



h1 {
    padding-top: 13px !important;
	padding-bottom: 10px !important;
}

h1{
    margin: -9px 0px !important;
}


.geo-col-1 {
    max-width: 15%;
}

.space-units-archive-item-ins {
	border: 1px solid #b6bcc5;}


.space-news-4-item.small-news-block .space-news-4-item-excerpt {
    font-size: 14px !important;
}
.space-footer-copy-menu ul {list-style: none!important; }
.space-footer-copy-menu ul li {font-size: 18px!important; }
.space-footer-copy-left {font-size: 14px!important; }
div#text-7 {
    background: white;
    padding: 7px;
    border: 1px solid #e0e5e8;
    border-radius: 4px;
}

.space-units-archive-item-button a {
    border-radius: 3px !important;
}

.space-organizations-3-archive-item-button-ins a {
    border-radius: 3px !important;
}

div#text-6 {
    background: white;
    padding: 7px;
    border: 1px solid #e0e5e8;
    border-radius: 4px;
    margin-top: 4px;
}


ul#menu-primary-menu a {
    font-weight: 400 !important;
    font-size: 15px;
}

div#accordion738 a {
    font-size: 14px;
}

.textwidget {
    font-size: 15px;
}

.textwidget li {
    list-style: none;
}
.text-wrap-footer {max-width: 90%!important; padding: 2%;}
	





@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	
	
	.card-body img {
    display: none;
}
	
	.geo-button-play, .geo-button-play:link, .geo-button-play:visited {
    margin-top: 0px;
    width: 100% !important;
    height: 40px !important;
}
	
	i.fas.fa-search.desktop-search-button {
    width: 50px;
}
	
	.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 4px) !important;
}
	
	button#myBtn1 {
    margin-top: -12px !important;
}
	.space-header {
    min-height: 55px !important;
}
	.card-body {
    font-size: 1rem;
}
	details[open] p {
    font-size: 1rem !important;
}
	.space-header-logo-ins {
		margin: 8px 15px 0;}
	
	.alignright {
    float: unset;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    padding: 0px 0 0px 5px;
    text-align: right;
}
.space-header-logo a {
    padding-top: 10px;
}
	.space-header-logo-ins img {
    max-width: 150px;
}

.space-single-aces-breadcrumbs.relative {
    display: none;
}
	
	.geo-col-2 img {
    min-width: auto !important;
}
.geo-bottom-featured-picture {
    max-height: 70px;
    max-width: 115px;
}
	
	
	
	div.geo-one-table:first-child .geo-col-sm-5th-first>div {
		padding: 1px 1px !important;}
	
	.geo-col-sm-5th-first.geo-col-1.geo-text-center div {
    /* position: relative; */
    /* display: inline-block; */
    width: 29px ;
    height: 29px !important;
    padding: 6px 0;
    /* text-align: center; */
    /* font-weight: 700; */
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    background: #dd3830;
}
	

.space-title-box-h1 {
    margin: 0 2px !important;
}
.space-page-content p{
font-size: 14px !important;
}

.space-page-content.page-template{
text-align: center;
}
.wp-block-cover.alignfull.is-light {
    margin-bottom: 17px;
    margin-top: 15px;
}
	.space-page-content.page-template {
    margin-top: 10px;
}
	
	.geo-col-2, .geo-col-3, .geo-col-4 {
    max-width: 33% !important;
}
	
	.geo-col-1 {
    max-width: 15% !important;
}
	
	div.geo-one-table:first-child .geo-col-sm-5th-first>div {
    background: url(https://wordpress-1164434-4107520.cloudwaysapps.com/wp-content/uploads/2023/12/table-1-1.png) 50% no-repeat;
    font-size: 24px !important;
    height: 48px !important;
    line-height: 48px !important;
    width: 48px !important;
    background-size: contain;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #049cab;
    color: #dd3830;
    font-weight: 700;
}
	
	.space-units-archive-items.box-100.relative {
    display: none !important;
}
	.mobile-main-table {
    display: block !important; 
}
	button#myBtn1 {
    display: block !important;
}
	span#more1 {
    display: none;
}
}
body {
	font-family: "Poppins", sans-serif!important;
	color: #181818!important;
}
h1, h2, h3, h4 {
    text-transform: Capitalize;
	font-family: "Poppins", sans-serif!important;
}
p {
	font-family: "Poppins", sans-serif!important;
	font-size: 14px;
}


.space-header-menu ul.main-menu {
	list-style: none!important;
	font-size: 18px!important;
}
.space-footer-area {
	font-family: "Poppins", sans-serif!important;
	color: #181818!important;
	font-size: 14px!important;
}

button#myBtn1 {
    text-align: center!important;
    width: 63%;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    color: #143c54 !important;
    border-radius: 4px;
}
.single .space-single-aces-breadcrumbs, .page .space-single-aces-breadcrumbs, .archive .space-single-aces-breadcrumbs {padding-bottom: 2%;}
.space-news-4-item-img-ins img {
	min-height: 180px;
	width: auto;
}
.space-news-4-item.small-news-block .space-news-4-item-title a {
	font-size: 22px;
	line-height: 30px;
	color: #0f8c9f!important;
}

.space-news-4-item.small-news-block .space-news-4-item-title a:hover {
	font-size: 22px;
	line-height: 30px;
	color: #143c54!important;}
}
button#myBtn1 {
    border: 1px solid #049cab;
    font-weight: bold;
    margin-bottom: 8px;
}


button#myBtn1 {
    display: none;
}

.widget_recent_entries ul li a:hover {color: #143c54!important;}
.space-shortcode-wrap .space-companies-2-archive-item-title a:hover {color: #0f8c9f!important;}




i.far.fa-arrow-alt-circle-up {
    color: #ffc917!important;
}
.space-page-content-wrap {min-width: 98%; }

.no-sidebar {min-width: 98%; }

div[id*=accordion] .panel-heading a:after {
    font-family: 'Font Awesome 5 Free' !important;
}
.empty {display: none!important;}


.panel-body {
    line-height: 23px;
}
.space-page-content-meta-avatar img {max-width: 99%!important;}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1260px;
}


.space-footer-copy-menu ul li a {
	
	color: #fff!important;
	text-decoration: none;
}
.space-footer-copy-left {
	
	color: #fff!important;
	text-decoration: none;
}



td {
    color: #181818;
    font-weight: 100;
    font-size: 15px;
    padding: 0 0 13px;
}

p {
    color: #181818;
    font-weight: 100;
    margin: 2px 0px;
    padding: 0 0 13px;
}
/*.space-header-2-top-logo {
	min-width: inherit!important;
}*/

td {
	line-height: 23px !important;
	font-size: 14px;
	color: #181818 !important;
}

.bs_btn {
	min-width: 18%;}

h3 {
    font-size: 22px !important;
}

.space-organization-float-bar-bg.box-100.show {
    z-index: 1000;
}

.space-units-archive-item-button a {
    padding: 12px 25px !important;
}


ul#menu-primary-menu a {
    font-weight: bold;
}


.bs_btn {
    min-width: 150px;
		min-height: 150px;
    margin: 10px;
    border-radius: 5%;
    text-align: center;
		padding: 5px;
		align-content: center!important;
	background: #f2f2f2!important;
		overflow-wrap: normal;
}

.bs_btn .text {
    
    width: 95%;
    text-transform: uppercase;
    display: block;
		text-align: center!important;
    font-weight: 700;
		align-content: center;
		position: relative;
		margin-top: 10px;
line-height: 30px;
	    color: #143c54!important;

}

.bs_btn .text:hover {color: #fcc115!important;}

.bs_btn .icon {
    min-width: 80px;
		min-height: 80px;
	border-radius: 7px;
    display: inline-block;
    position: relative;
		margin-bottom: 10px;
	align-items: middle;
}

.bs_btn {
	margin: 8px !important;}
.space-header-2-height .space-header-2-top-ins {
    border-bottom: 1px solid #439fad;
}

.space-units-archive-item-img.relative {
    background: #f9f9f9 !important;
}


h2 {
    font-size: 32px;
}

.space-page-content-wrap {
	padding: 0px 8px;
}

.geo-button-play:hover {
	 background: #0f8c9f!important;
	align-content: center;
	padding: 2%;
	border-radius: 12px;
	color: #fff!important;
}
p.published-date {
    font-style: italic;
    color: #c4923c!important;
    line-height: 12px;
	  text-align: center;
	font-weight: 700!important;
}
.space-page-content a  {color: #143c54!important;
/* 	text-decoration: none!important; */
}

.space-page-content a:hover  {color:
	#0f8c9f!important;
	text-decoration: none!important;
}



.\34 2Ikm {
    margin-top: 9px;
}

.\34 2Ikm a {
    font-weight: bold;
	  text-decoration: none;
}

.space-units-archive-item-button {
    margin-top: 8px;
}

.space-organizations-3-archive-item-button-ins a {
    min-width: 145px !important;
	padding: 12px 30px !important;
}


.space-units-archive-item-button a {
	padding: 9px 27px;
}

i.fas.fa-check-circle {
    margin-right: 6px;
}

.space-organizations-archive-item-detailed-tc {
    color: #0f8c9f;
}
body {
    color: #606060;
    font-family: arial, helvetica, sans-serif;
    overflow-x: hidden;
    overscroll-behavior: none;
}



.space-organization-content-button a, .space-unit-content-button a, .space-organizations-3-archive-item-button-ins a, .space-organizations-4-archive-item-button-two-ins a, .space-shortcode-wrap .space-organizations-3-archive-item-button-ins a, .space-shortcode-wrap .space-organizations-4-archive-item-button-two-ins a {
    color: #ffffff !important;
    background: #dd3830 !important;
    font-weight: bold;

}



.space-organizations-archive-item-detailed-tc-ins.relative {
    font-size: 14px;
    font-weight: 100;
    line-height: 23px;
		font-style: italic;
		color: #181818;
}

.space-units-archive-item-title.relative a {
    /* text-decoration: none; */
    font-size: 24px;
}

span.tc-apply {
    font-size: 14px !important;
}

.space-units-archive-item-short-desc.relative {
    line-height: 30px;
}


.space-organizations-3-archive-item-terms-ins.box-100.text-center.relative strong {
    font-size: 24px;
    font-weight: 800 !important;
}

.space-units-archive-item-short-desc.relative {
    font-size: 17px;
    color: #0f8c9f;
    font-weight: 100;
    /* font-style: italic; */
}

.space-units-archive-item-short-desc.relative strong {
    font-size: 19px;
    color: #c4923c;
}




.space-organizations-3-archive-item-terms-ins.box-100.text-center.relative strong {
    color: #0f8c9f!important;
	display: block;
}
a#myBtn {
    border: 1px solid #dd3830;
    border-radius: 3px;
    color: #dd3830;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px auto 0;
    max-width: 207px;
    padding: 5px 0;
    width: 100%;
}

input[type=submit], .has-mercury-main-background-color, .space-block-title span:after, .space-widget-title span:after, .space-companies-archive-item-button a, .space-companies-sidebar-item-button a, .space-organizations-3-archive-item-count, .space-organizations-3-archive-item-count-2, .space-units-archive-item-button a, .space-units-sidebar-item-button a, .space-aces-single-offer-info-button-ins a, .space-offers-archive-item-button a, .home-page .widget_mc4wp_form_widget .space-widget-title:after, .space-content-section .widget_mc4wp_form_widget .space-widget-title:after {
    background-color: #dd3830!important;
}




.space-page-wrapper {
    padding: 0 0 0px !important;
}


.space-units-archive-item-ins {
    margin: 2% 1%;
}


.sticky-footer--casino-of-month .sticky-footer-book-review-title {
    max-width: 100% !important;
}

.space-units-archive-items.box-100.relative {
    margin-bottom: -17px;
}


.space-organizations-3-archive-item-button-ins a:last-child, .space-organizations-4-archive-item-button-one-ins a, .space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a {
    color: #0f8c9f!important;
    background-color: #ffffff!important;
    border: 1px solid #104070;
}



.space-header-2-height .space-header-2-wrap, .space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
	background: #0f8c9f!important;
	color: #fff!important;
}


.space-header-2-height .space-header-2-top-soc a {
    border: 1px solid #fff!important;
	

}
.space-header-2-height .space-header-2-top-soc a, .space-header-2-height .space-header-search {
	color: #fff!important;}




li.page-item.previous-page {
    display: none;
}
li.page-item.next-page {
    display: none;
}

p.empty {
    display: none;
}

.card-image img {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}
.card-image {
    border-bottom: 2px solid #c8382e;
    padding-bottom: 4px;
}

p.games-card {
	font-size: 30px !important;
    text-align: center;
    margin-left: 0% !important;
    color: grey;
    font-weight: 800 !important;
    /* font-style: italic; */
    color: #049cab!important;
}

.container1 {
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.container1 .card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}
.container1 .card {
    position: relative;
    background: #fff;
    max-width: 100%;
    width: 32%;
    height: auto;
    margin: 4px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    border-radius: 10px;
    overflow: hidden;
}
.container1 .card {
    width: 23% !important;
    margin: 7px !important;
}

.container1 .card-image {
    max-height: 200px;
}
.container1 .card-image img {
    max-width: 100%;
    height: auto;
}

/* casino reviews css */
.container1 .pagination {
    text-align: center;
    margin: 12px 31px -1px !important;
}

.container1 .pagination li a {
    line-height: 22px !important;
}

/* .container1 .pagination>li>a, .container1 .pagination>li>span {
    background-color: #ffa500 !important;
} */

p.games-card {
    text-align: center;
    margin-left: 0% !important;
    color: #f6f6f6;
}
/* .rating {
    display: flex;
    margin-left: 0%;
    margin-top: 16px;
    margin-bottom: 9px;
} */
.checked {
    color: orange;
	      margin-right: 11px;

}
input#myInput {
    border: 1px solid #049cab!important;}

.search-main-container {

	background: #ffffff !important;}

.container1 .card a {
    background: #049cab!important;
    width: 100% !important;
/*     margin-top: -29px !important; */


}
.container1 .card {
    width: 23% !important;
	  margin: 7px !important;

}
.rating {
    padding-bottom: 25px;
}


.container1 .card-info p {
    margin-bottom: -11px !important;
}
.container1 .card a {
    float: right;
    margin-bottom: 6px;
    margin-top: -30px;
    padding: 0 47px 0px 47px !important;
    text-align: center;
    width: 101% !important;
    color: #fff !important;
    height: 32px;
    line-height: 31px;
    font-weight: 600;
}
.container1 .card-info p {
    font-weight: 800;
    font-size: 94%;
}
.container1 .card-info p:before {
    content: "★";
    color: #049cab;
    margin-right: 3px;
}
.container1{
/*   min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container1 .card-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.container1 .card-image{
  max-height: 200px;
}

.container1 .card-image img{
  max-width: 100%;
  height: auto;
}

.container1 .card-info {
    position: relative;
    color: #222;
    padding: 4px 5px 3px;
}


.container1 .card-info p{
  font-size: 1em;
  margin-bottom: 5px;
}

.container1 .pagination{
  text-align: center;
  margin: 26px 30px 22px;
  user-select: none;
}

.container1 .pagination li{
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.container1 .pagination li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 45px;
}

.container1 .previous-page, .next-page{
  background: #049cab;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.3s ease;
}

.container1 .previous-page:hover{
  transform: translateX(-5px);
}

.container1 .next-page:hover{
  transform: translateX(5px);
}

.container1 .current-page, .dots{
  background: #ccc;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.container1 .active{
  background: #049cab;
}

.container1 .disable{
  background: #ccc;
}
.container1 .card {
    position: relative;
    background: #fff;
    max-width: 100%;
    width: 32%;
    height: auto;
    margin: 4px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    border-radius: 10px;
    overflow: hidden;
}

.container1 .card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px ;
}
.container1 .card a {
    background: #049cab;
}

/* .container1 .pagination>li>a, .container1 .pagination>li>span {
    background-color: #253370 !important;
} */

.container1 .active {
    background: #049cab;
}
.container1 .previous-page, .next-page {
    background: #049cab;
}

input#myInput {
    text-align: center;
    width: 70%;
    border: 1px solid #253370;
    border-radius: 4%;
    margin-bottom: 7px;
    height: 34px;
    background: #049cab;
    box-shadow: 2px 3px 4px 1px #595e65;
}

.search-main-container {
    border: 1px solid #eeeeee;
    background: #fafafa;
    line-height: 44px;
}input#myInput:focus::placeholder {
    color: transparent;
}

/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	.alignwide, .alignfull {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
	
h2 {
    padding-left: 7px !important;
}	
	
.space-page-content-wrap {
    margin: 0 0px !important;
}
.space-page-content-wrap {
    padding: 0px 1px !important;
}
	

span.geo-bonus-1 {
    font-size: 20px !important;}

span.geo-bonus-3 {
    font-size: 14px !important;
}
	
.geo-row:first-child {
    border-top: 0px solid #e3e3e3 !important;
}.smaller-screen.smaller-screen-show.geo-bonus-line {
    border-top: 0px solid #e3e3e3 !important;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-1, .smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-3 {
    padding: 5px 1px 0px !important;
}
	
.casino-banner .banner-body {
    display: block;}
.casino-banner .banner-body .banner-details>div {
    border-right: 0px solid #5bc0de !important;
}
	
.mp-hide {
    display: none;
}
	
	.container1 .card-image {
    text-align: center !important;
}
	
.container1 .card {
    width: 95% !important;
}
	.container1 .pagination {
    margin: 14px 0px 0px;
}
	.container1 .card a {
    padding: 0px 11px 0px 6px;}
}

/* casino reviews css closed */


.content p {
    text-align: center;
    /* width: 100% !important; */
}



@media all {
	.space-style-3-organization-header .space-overlay {
    background: #f5f5f5!important;
}
	.space-style-3-organization-header-rating strong {
   
    color: #143c54;
}
	.unit-page-style-3 .space-vendors-item.name {
    color: #fff!important;
    font-weight: 400;
		background: #143c54!important;
}
	.flex-around-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    padding-top: 5px;
    padding-bottom: 5px;
	min-width: 99%;
			text-align: left!important;
	align-content: left!important;
	align-items: left!important;
}
	.space-shortcode-wrap-ins .space-organizations-archive-item-detailed-tc .space-organizations-archive-item-detailed-tc-ins {display: none;}
	.space-page-content-wrap	.full_box {
		min-width: 99%;
		box-shadow: 0px 0px 3px 0px rgb(20, 60, 84, 0.5);}
	h3.full_box {font-size: 24px!important;}
	.full_box .content {
	width: 98%; 
	margin-top: 1%; 
	margin-bottom: 1%; 
	padding: 2%; 
	font-size: 20px!important;
}
	.full_box .content-half {
		max-width:45%!important;
	margin-top: 1%; 
	margin-bottom: 1%; 
	padding: 2%; 
	font-size: 20px!important;}
	.full_box .box-50 .content img {max-width:45%!important;}
.half_box {
    min-width: 45%;
		max-width: 540px;
    border-radius: 4px;
    margin: 8px;
	box-shadow: 0px 0px 3px 0px rgb(57, 134, 153);
    background: #fff;
}
.page-template-default .half_box {
    min-width: 45%;
	max-width: 410px;
	}
.half_box h3 {font-size: 20px;}
.half_box .content {
	width: 98%; 
	margin-top: 1%; 
	margin-bottom: 1%; 
	padding: 2%; 

}
	.plain_half_box {
    min-width: 46%;
		max-width: 500px;
    border-radius: 4px;
    margin: 8px;
	box-shadow: 0px 0px 3px 0px rgb(20, 60, 84, 0.2);
    background: none;
}
	.plain_half_box h3 {font-size: 20px!important}
.plain_half_box .content {
	width: 98%; 
	margin-top: 1%; 
	margin-bottom: 1%; 
	padding: 2%; 

}
	.space-page-content-wrap 
.page-template-default .half_box {
    min-width: 45%;
	max-width: 410px;
	}
	.page-template-default .half_box {
    min-width: 45%;
	max-width: 410px;
	}
.post-template-default .half_box {
    min-width: 45%;
	max-width: 400px;
	}
.plain_half_box h3 {font-size: 20px;}
.plain_half_box .content {
	width: 98%; 
	margin-top: 1%; 
	margin-bottom: 1%; 
	padding: 2%; 

}

.space-page-content-wrap	.plain_half_box {
	max-width: 46%; }
	.space-aces-content-section .half_box {
    min-width: 48%;
	max-width: 410px;
	}
.flex-around-buttons p {
			text-align: left!important;
}
}

				 
@media (max-width: 767px) {
	h1.wp-block-heading.has-mercury-white-color.has-text-color {
		font-size: 25px;}
	img.alignright.wp-image-1859 {
    display: none;
}
	.half_box {width: 100%!important;}
	.plain_half_box {max-width: 100%!important;}
	.space-title-box-h1 {text-align: center;
	}
	h2 {font-size: 150%!important;}
	h3, h4 {font-size: 16px;
	}
	p {font-size: 14px;
	}
	.space-page-section {max-width: 98%}
	
}










.space-header-2-height .space-header-2-wrap, .space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
    background-color: #fdfefe;
}



.space-organizations-3-archive-item-terms-ins.box-100.text-center.relative strong {
    font-size: 20px;
    font-style: italic;
    color: #0969f9;
}


.widget_recent_entries ul li a {
    font-size: 14px;
    color: #049cab;
    font-weight: 100;
}

.space-organizations-3-archive-item-ins {
    margin: 0 15px 10px;}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	
	nav#splide01 {
    display: none !important;
}
	
	.admin-bar .space-header-2-wrap.fixed {
    top: 0px !important;
}
	

nav#splide01 {
    display: none;
}

	.space-units-archive-item {
    width: 100% !important;
}
	.space-units-archive-item-2 {

		margin: 10px;
		max-width: 40%;

}

.space-units-archive-item-2 >	.space-units-archive-item-ins {
		padding: 30px;
		max-height: 100px;
	}
.space-units-archive-item-wrap  {
	    padding: 30px;
		max-height: 100px;
	}


nav#splide01 {
    display: none;
}
.space-organizations-3-logo-box.relative img {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}
.space-header.relative {
    border-top: 1px solid #c8c8c8;
    margin-top: 0px !important;
    z-index: 100 !important;
}
}


.space-organizations-3-archive-item-ins.relative {
    border: 1px solid #b6bcc5;
}

nav#splide01 {
    margin-right: auto;
    margin-left: auto;
    display: table;
}









/*.space-header-menu ul.main-menu li ul.sub-menu {
    display: flex !important;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 778px;
    box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/







.space-header-wrap.space-header-float.relative {
    border-bottom: 1px solid #0969f9;
}


span.icon-longarrow-right {
    display: none !important;
}

.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .category-link-text {
	text-decoration: none !important;}



.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .category-title {
    font-size: 14px!important;
    color: #0f8c9f!important;
    text-decoration: none !important;
}

nav#splide01 a {
    text-decoration: none !important;
}


/*! CSS Used from: https://www.jokaroom.net/wp-includes/css/dist/block-library/style.min.css?ver=6.3.1 ; media=all */
@media all{
    ol{box-sizing:border-box;}
	.space-offers-archive-item {min-height: 450px!important;}
	.space-companies-archive-item-wrap {min-height: 460px;}
    .collapse{display:none;}
    .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}
    .panel-body{padding:15px;}
    .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;}
    .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}
    .panel-group{margin-bottom:20px;}
    .panel-group .panel{margin-bottom:0;border-radius:4px;}
    .panel-group .panel+.panel{margin-top:5px;}
    .panel-group .panel-heading{border-bottom:0;}
    .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd;}
    .panel-default{border-color:#ddd;}
    .panel-default>.panel-heading{color:#333;background-color:#fcc115!important;border-color:#ddd;}
    .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}
    .panel-body:after,.panel-body:before{display:table;content:" ";}
    .panel-body:after{clear:both;}
    }
   
    @media all{

	
    .panel-default{border-color:#f0f0f0;border-radius:0!important;box-shadow:none;}
    .panel-default>.panel-heading{color:#9fa2a5;background:none!important;border-color:#f0f0f0;}
    .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f0f0f0;}
    div[id*=accordion] .panel-heading{padding:0;}
    div[id*=accordion] .panel-heading .panel-title{padding:10px 15px;display:block;}
    div[id*=accordion] .panel-heading .panel-title:hover,div[id*=accordion] .panel-heading .panel-title:focus{text-decoration:none;background:none!important;color:#6f7479;}
    div[id*=accordion] .panel-heading a:after{content:"\f078";float:right;font-weight:900;}
    @media only screen and (min-device-width :320px) and (max-device-width :568px){
    #content p{color:#5f5858;margin:0 0 9px;}
    div#content li{color:#6e5d58;}
    }
    }

    div#content ol li{margin:0px -12px 0px;padding:7px;}
    li{color:#615b56!important;font-size:16px;}
    .panel-default>.panel-heading{background-color:#dfdfdf;border-color:#dfdfdf;}
    a.panel-title.collapsed{color:#203d6c;}


    #content p{margin-bottom:0px;}
    #content p{color:#000000;}

    #content p{color:#565656;}
    #content p{margin:0px 0px 9px!important;}
    div#content li{margin:0px 0px 13px;}
    div#content ol{border-left:1px solid #0f346a;border-top:1px solid #0f346a;border-bottom:1px solid #0f346a;border-right:1px solid #0f346a;color:#565656;background:#fdfdfd;}
    #content p{line-height:27px;}
    @media only screen and (max-device-width: 568px) and (min-device-width: 320px){
    #content p{line-height:22px;}
    }
    #content p{font-size:15px;}
    div#content ol{font-size:15px;}
    #content p{margin:0px 0px 7px!important;}
    #content p{font-size:16px;}
    .panel.panel-default h3{line-height:0px;margin-top:12px;}
    .panel.panel-default h3{line-height:19px;margin-top:2px;}
   




















input[type="submit"], .has-mercury-main-background-color, .space-block-title span:after, .space-widget-title span:after, .space-companies-archive-item-button a, .space-companies-sidebar-item-button a, .space-organizations-3-archive-item-count, .space-organizations-3-archive-item-count-2, .space-units-archive-item-button a, .space-units-sidebar-item-button a, .space-aces-single-offer-info-button-ins a, .space-offers-archive-item-button a, .home-page .widget_mc4wp_form_widget .space-widget-title::after, .space-content-section .widget_mc4wp_form_widget .space-widget-title::after {
    background-color: #0969f9;
}

#hiddenData {
            display: none;
        }

.space-units-archive-item.box-25.left.relative {
    margin-bottom: 1%;
}


h2.\37 Qwsl {
    margin-top: 26px;
}

.wp-block-cover__inner-container {
    margin-top: 2px;
    margin-bottom: 0px!important;
}


.page-template-page-without-title .space-page-content .alignfull, .space-page-without-title .space-page-content .alignfull {
    margin-top: -7px;
    background: #012133;
    border-bottom: 1px solid #d5d5d5 !important;
    box-shadow: 0px 3px 16px 0px #a9a9a9 !important;
}

.\37 4Uisvf {
    margin-bottom: 17px;
    margin-top: 0px;
}

ul li {
    font-weight: 100;
    line-height: 30px;
}

ol li {
    font-weight: 100;
    line-height: 30px;
}


.\37 4Uisvf {
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 11px 0px rgba(109, 141, 173, 0.55);
    border-radius: 5px;
}


.space-page-section-ins.space-page-wrapper.relative {
    background: #fdfdfd;
    /*border: 1px solid #eef1f4;
    box-shadow: 1px 5px 5px 2px #eef1f4;*/
}

.space-units-archive-item-button.relative a {
	color: #ffffff !important;}


[class^="icon-"] {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-longarrow-right:before {
    content: "\e9cf";
    color: #0969f9;
}
.section-hero-categories-container .section-hero-categories {
    height: 158px;
}
.section-hero-categories-container .section-hero-categories .section-hero-category {
    height: 148px;
    box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08);
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-hero-categories-container .section-hero-categories .section-hero-category .category-link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .category-img img {
    width: 56px;
    height: 56px;
    padding-bottom: 5px;
}
.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .category-title {
    font-size: 1rem;
    color: #020202;
}
.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .category-link-text {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.section-hero-categories-container .section-hero-categories .section-hero-category .category-link .icon-longarrow-right {
    display: inline-block;
    margin-left: 0.25rem;
    transform: rotate(180deg);
}
@media all and (min-width: 992px) {
    .section-hero-categories-container .section-hero-categories .section-hero-category {
        height: 164px;
    }
	
}
@media all and (max-width: 414px) {
    .section-hero-categories-container .section-hero-categories .section-hero-category {
        height: 138px;
    }
    .section-hero-categories-container .section-hero-categories .section-hero-category .category-img img {
        height: 48px;
        width: 48px;
    }
}
@media all and (min-width: 992px) {
    .section-hero-categories-container .section-hero-categories {
        justify-content: flex-start;
        height: 174px;
    }
}
@media all and (max-width: 414px) {
    .section-hero-categories-container .section-hero-categories {
        height: 148px;
    }
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.section-hero-categories-container .section-hero-categories .section-hero-category {
    transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
.section-hero-categories-container .section-hero-categories .section-hero-category:hover {
    background-color: #e8f2ff;
    cursor: pointer;
    border: 2px solid #f5f5f5;
    box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08);
    transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__slide {
    -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
    outline: 0;
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
    outline: 0;
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}





h2.\37 Qwsl {
    text-align: left !important;
}

.wp-block-cover__inner-container {
    margin-top: 2px;
    margin-bottom: 21px;
}

/*.space-header-height .space-header-top, .space-header-height .space-header-logo-ins:after {
    background-color: #ffffff !important;
}*/


.h1wesV h1 {
    text-transform: uppercase;
    margin-top: 28px;
}


/*.space-header-menu.box-75.left.relative a {
    color: #00296b !important;
}

.space-header-height .space-header-menu ul.main-menu li, .space-header-height .space-header-menu ul.main-menu li a, .space-header-height .space-header-search {
    color: #00296b;
}*/

.wp-block-cover425765 {
    padding-top: 18px !important;
    padding-bottom: 0px !important;
    
    border-bottom: 1px solid #6ab04c;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px #6ab04c;
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: auto;
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 353px;
    position: relative;
}

.space-page-content p {
    padding-bottom: 1.45em;
    color: #121212;
    padding: 0 0 13px;
    font-weight: 100;
}

.alert.alert-info {
    margin-top: 10px;
}

h2.\37 Qwsl {
    color: #121212!important;
}

.space-shortcode-wrap.space-shortcode-4.relative {
    margin: 0px -11px;
}
.wp-block-cover__inner-container {
    color: #121212!important;
    font-weight: 100;
}


.space-units-archive-item-button.relative a {
    color: #121212;
    font-weight: 800 !important;
    text-decoration: none;
}

.space-units-archive-items.box-100.relative {
    margin-top: 30px;
}

.space-header {
    width: 100%;
    min-height: 70px;
}


img {
    width: auto;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.space-units-archive-item-img.relative {
    border-bottom: 1px solid #c9c9c9;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px #d5d5d5;
}

.wp-block-cover__inner-container {
    margin-top: 2px;
}

h2.\37 Qwsl {
    font-size: 26px !important;
}

.admin-bar .space-header-wrap.fixed {
    top: 0px;
}



.space-header-wrap {box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0);}


h2.\37 Qwsl {
    text-align: center;
}

.space-organizations-3-title-box.relative {
    display: none;
}
.space-organizations-3-logo-title-box.box-100.text-left.relative {
    display: inline;
}

.page-template-page-without-title .space-page-content .alignfull, .space-page-without-title .space-page-content .alignfull {
	margin-top: -7px;}



.wp-block-cover__inner-container p {
    padding: 0 0 13px;
    font-weight: 100;
    padding-top: 7px;
}
.wp-block-spacer {
    display: none;
}

h1.has-text-align-center.has-mercury-white-color.has-text-color.wp-block-heading {
    font-size: 56px !important;
}

h2.\37 Qwsl {
    color: #049cab!important;
    font-size: 28px !important;
}
.collapse.in {
  display: block;
}
h1, h2, h3, h4, h5, h6 {color: #143c54!important;
	margin: 20px 0px;
}

.h1wesV h1 {color: #143c54!important;
}
/*geo one table*/
div.geo-one-table{background:#17324d;border:1px solid rgba(28,111,184,.3);opacity:1;transition:.35s;}
div.geo-one-table:first-child{background:#fff;}
div.geo-one-table:first-child .geo-regular .geo-col-sm-5th-first.geo-col-1.geo-text-center{height:52px;position:relative;}
div.geo-one-table p{margin-bottom:0;}
div.geo-one-table:hover{background:#103e70;cursor:pointer;}
div.geo-one-table:first-child:hover{background:#ffe570;}
.geo-button-play{font-size:16px;min-width:100px;text-decoration:none;white-space:nowrap;}
.geo-button-play:hover,.geo-one-table:hover .geo-button-play{background:#940a21;}
.geo-row{align-items:stretch;box-sizing:border-box;clear:both;display:flex;margin:0;}
.geo-row>div:not(.geo-clear){box-sizing:border-box;flex-basis:90px;flex-grow:1;flex-shrink:1;float:left;padding:0 1px 0 0;}
.geo-tabs .geo-row{margin:0 -12px 0 0;}
.geo-one-tab{border:1px solid rgba(28,111,184,.3);display:none;}
.geo-one-tab.geo-active{display:block;}
.geo-img-responsive{height:auto;max-width:100%;}
.geo-clear{clear:both;}
.geo-regular{padding:10px;}
.geo-one-table:first-child,.geo-one-table:first-child .geo-regular{border-bottom:1px solid rgba(28,111,184,.3);}

.geo-button-play, .geo-button-play:link, .geo-button-play:visited {
    background: transparent !important;
    color: #dd3830 !important;
    font-weight: 700;
    font-size: 16px;
    min-width: unset;
    padding: 9px 28px;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid;
    border-radius: 3px;
    max-width: 140px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
}

.geo-button-play:hover{background:#940a21;color:#fff;text-decoration:none;}
.geo-text-center{text-align:center;}
.geo-see-all-casinos{background:#2081c7;font-size:14px;line-height:28px;margin:0;width:100%;}
.geo-see-all-casinos a:link,.geo-see-all-casinos a:visited{border:0;color:#fff;display:block;text-decoration:none;width:100%;}
.geo-see-all-casinos a:active,.geo-see-all-casinos a:hover{background:#103e70;color:#fff;transition:.35s;}
.geo-col-sm-5th,.geo-col-sm-5th-first{align-items:center;display:flex;justify-content:center;padding:0 4px 0 3px;}
.geo-col-sm-5th-first{color:#2081c7;font-size:36px;position:relative;width:50px;}
div.geo-one-table:first-child .geo-col-sm-5th-first{color:#17324d;}
.geo-payout{color:#fff;font-size:14px;}
div.geo-one-table:first-child .geo-payout{color:#17324d;}
.geo-payout p:first-child{font-size:16px;}
.geo-read-review:link,.geo-read-review:visited{color:#fff;font-size:12px;text-decoration:none;}
div.geo-one-table:first-child .geo-read-review:link,div.geo-one-table:first-child .geo-read-review:visited{color:#17324d;}
.geo-regular .geo-read-review:hover{color:#fff;text-decoration:underline;}
.geo-bonus-1{color:#fff;font-size:16px;font-weight:700;}
div.geo-one-table:first-child .geo-bonus-1{color:#17324d;}
.geo-bonus-2{font-size:14px;}
div.geo-one-table:first-child .geo-bonus-2{color:#17324d;}
.smaller-screen{display:none;}
.geo-bonus-3{color:#fff;font-size:14px;}
div.geo-one-table:first-child .geo-bonus-3{color:#17324d;}
.geo-payout p:last-child{text-transform:capitalize;}
.geo-row>.geo-col-1{flex-basis:50px;flex-grow:0;flex-shrink:0;}
.geo-row>.geo-col-1:active,.geo-row>.geo-col-1:focus,.geo-row>.geo-col-1:hover{text-decoration:none;}
.geo-row>div.geo-col-2{flex-basis:150px;flex-grow:2;}
.geo-row>div.geo-col-3>div,.geo-row>div.geo-col-4>div{padding-left:3px;padding-right:3px;}
.geo-row>div.geo-col-6{flex-basis:130px;flex-grow:0;flex-shrink:1;padding-right:5px;}
.geo-bottom-featured-picture{max-height:65px;padding:0 5px;}
.geo-col-2,.geo-col-3,.geo-col-4{border-right:1px solid hsla(0,0%,100%,.25);}
div.geo-one-table:first-child .geo-col-2,div.geo-one-table:first-child .geo-col-3,div.geo-one-table:first-child .geo-col-4{border-right:1px solid rgba(23,50,77,.2);}
.geo-bonus-1,.geo-bonus-2,.geo-bonus-3,.geo-button-play,.geo-payout p:first-child{text-transform:uppercase;}
.geo-button-play:focus{color:#fff;text-decoration:none;}
.geo-only-small-screen{display:none;}
@media (max-width:1200px){
.geo-button-play{font-size:14px;}
}
@media (max-width:674px){
.geo-one-table:first-child{border-bottom:0;}
.geo-one-table:first-child .geo-regular{border-bottom:1px solid rgba(28,111,184,.3);}
}
@media (max-width:589px){
.geo-regular .geo-payout{display:none;}
}
@media (max-width:558px){
.geo-col-4{display:none;}
}
@media (max-width:504px){
.geo-one-table,.geo-one-table:first-child .geo-regular{border-bottom:1px solid rgba(28,111,184,.3);}
div.geo-one-table .geo-col-2,div.geo-one-table .geo-col-3,div.geo-one-table .geo-col-4,div.geo-one-table:first-child .geo-col-2,div.geo-one-table:first-child .geo-col-3,div.geo-one-table:first-child .geo-col-4{border-right:0;}
.smaller-screen-show{display:block;}
.geo-col-3{display:none;}
.geo-only-small-screen{color:#fff;display:inline-block;}
div.geo-one-table:first-child .geo-only-small-screen{color:#17324d;}
.geo-bonus-line{margin:9px 0 -3px;text-align:center;}
.geo-bonus-line span{margin:0 .05em;}
}
@media (max-width:435px){
.geo-bottom-featured-picture{padding:0;}
.geo-col-4{display:none;}
.smaller-screen{display:block;}
.geo-row>div{border-right:0;}
.geo-regular>div>div:first-child{width:60px;}
.geo-regular .geo-button-play{font-size:14px;}
.geo-one-table{border-bottom:10px solid rgba(28,111,184,.3);}
.geo-see-all-casinos{border:0;margin:15px 0 0;}
.geo-one-tab{border:0;}
}
@media (max-width:360px){
.geo-bonus-line span{margin:0 2px;}
}
.geo-one-tab{border:none;}
.geo-regular{padding:0;}
div.geo-one-table p{margin:0;}
div.geo-one-table{background:transparent;border:1px solid transparent;border-bottom-color:#a8c1c9;padding:0 20px 0 22px;}
.geo-tabs .geo-row{height:75px;margin:0;max-height:75px;}
.geo-tabs .geo-row .geo-col-sm-5th-first.geo-col-1{justify-content:flex-start;}
div.geo-one-table:first-child{background:transparent;border-bottom:1px solid #a8c1c9;}
div.geo-one-table:first-child:hover,div.geo-one-table:hover{background:transparent;}
.geo-one-table:first-child .geo-regular{border-bottom:none;}
.geo-col-3,.geo-col-4,div.geo-one-table:first-child .geo-col-3,div.geo-one-table:first-child .geo-col-4{border-right:none;}
.geo-col-sm-5th-first div{border-radius:50%;color:#3c4c54;font-size:30px;height:70px;line-height:70px;width:70px;}
.geo-row>.geo-col-1{flex-basis:100px;}
div.geo-one-table:first-child .geo-regular .geo-col-sm-5th-first.geo-col-1.geo-text-center{height:auto;}

	
div.geo-one-table:first-child .geo-col-2{border-right:none;}
.geo-row>div.geo-col-2{overflow:hidden;flex-grow:1;}
@media (min-width:834px){
.geo-row>div.geo-col-2{max-width:20%;flex-basis:90px;}
}
.geo-bottom-featured-picture{max-height:70px;max-width:100px;padding:0;}
.geo-col-3 a,.geo-col-3 p,div.geo-one-table:first-child .geo-bonus-1{color:#606060;font-weight:700;font-size:20px;margin:0;padding:0;text-transform:capitalize;}
.geo-col-3 a:active,.geo-col-3 a:focus,.geo-col-3 a:hover{text-decoration:none;}
.geo-row>.geo-col-3:not(.geo-clear){margin:1px 0;flex-basis:300px;border-right:none;}
.geo-row>.geo-col-3 p:not(.geo-bonus-1){display:none;}
.geo-col-3 a{text-decoration:underline;line-height: 26px;}
.geo-col-3 a,.geo-col-3 a:visited{color:#41b7c3!important;}
.geo-col-3 a,.geo-col-3 a:active{color:#41b7c3!important;}

.geo-bonus-1,.geo-bonus-2,.geo-bonus-3,.geo-button-play,.geo-payout p:first-child{text-transform:capitalize;}
.geo-payout{color:#606060;}
.geo-col-4 p{font-size:16px;line-height:20px;margin:0;padding:0;text-align:center;text-transform:capitalize;}
.geo-payout p:first-child{font-weight:700;}
.geo-row>.geo-col-4:not(.geo-clear){margin:15px 0;flex-basis:auto;}
div.geo-one-table:first-child{padding-top:10px;padding-bottom:10px;}
div.geo-one-table:first-child .geo-payout{color:#606060;}
.geo-payout p:last-child{display:none;}
div.geo-one-table .geo-payout p[class*=geo-payout]{color:#606060;}
.geo-row>.geo-col-6:not(.geo-clear){flex-basis:155px;}
.geo-row>.geo-col-6:not(.geo-clear)>div{width:100%;text-align: center;}
div.geo-one-table:first-child .geo-button-play,div.geo-one-table:first-child .geo-button-play:link,div.geo-one-table:first-child .geo-button-play:visited{background:#dd3830;color:#fff;border-color:#dd3830;}


@media (max-width:600px){
	.geo-text-center a {
    color: #dd3830 !important;
    font-weight: unset !important;
		margin-top: -7px;
}
.geo-row {
    height: 80px;
}
	p.geo-text-center {
    line-height: 0px;
}
.geo-button-play,.geo-button-play:link,.geo-button-play:visited{margin-top:0px;}
}
.geo-button-play:active,.geo-button-play:hover,.geo-one-table:hover .geo-button-play{background:transparent;color:#9c392c;}
.one-geo-shortcode p{text-align:center;}
.geo-read-review:link,.geo-read-review:visited,div.geo-one-table .geo-read-review:link,div.geo-one-table .geo-read-review:visited,div.geo-one-table:first-child .geo-read-review:link,div.geo-one-table:first-child .geo-read-review:visited{color:#dd3830;display:block;font-size:14px;padding:5px 0;text-align:center;text-decoration:none;}
@media (max-width:600px){
.geo-read-review:link,.geo-read-review:visited,div.geo-one-table .geo-read-review:link,div.geo-one-table .geo-read-review:visited,div.geo-one-table:first-child .geo-read-review:link,div.geo-one-table:first-child .geo-read-review:visited{padding:0px 0;}
}
.geo-read-review:link:hover,div.geo-one-table .geo-read-review:link:hover,div.geo-one-table:first-child .geo-read-review:link:hover{text-decoration:underline;}
.geo-see-all-casinos{background-color:transparent;}
.geo-see-all-casinos a,.geo-see-all-casinos a:link,.geo-see-all-casinos a:visited{border:1px solid #dd3830;border-radius:3px;color:#dd3830;font-weight:700;font-size:16px;margin:10px auto 0;max-width:226px;padding:5px 0;width:100%;}
.geo-see-all-casinos a:hover{background-color:initial;border:1px solid #9c392c;box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.2);color:#9c392c;}
@media (min-width:1024px){
.geo-one-table:hover,div.geo-one-table:first-child:hover{border:1px solid #dd3830;}
.geo-one-table:hover .geo-row .geo-payout p[class*=geo-payout],.geo-one-table:hover:first-child .geo-payout,div.geo-one-table:first-child:hover .geo-row .geo-payout p[class*=geo-payout],div.geo-one-table:first-child:hover:first-child .geo-payout{color:#000;}
}
@media (max-width:1200px){
.geo-row>.geo-col-4:not(.geo-clear),div.geo-one-table:first-child .geo-col-4{border-right:none;}
}
@media (max-width:767px){
.geo-regular .geo-col-4{display:none;}
}
@media (max-width:600px){
.smaller-screen{display:block;}
.one-geo-shortcode p{padding-right:0;}
div.geo-one-table,div.geo-one-table:first-child{padding:0px 5px;}
.geo-col-sm-5th-first div{font-size:24px;}
.geo-regular .geo-col-4,.geo-row>.geo-col-3:not(.geo-clear),div.geo-one-table:first-child .geo-col-3{display:none;}
.geo-row>.geo-col-6:not(.geo-clear),.geo-row>div.geo-col-2,.geo-row>div.geo-col-6,div.geo-one-table:first-child .geo-col-2,div.geo-one-table:first-child .geo-col-6{flex-basis:50%;}
.geo-row>div.geo-col-1,div.geo-one-table:first-child .geo-regular .geo-col-sm-5th-first.geo-col-1.geo-text-center{height:75px;}
div.geo-one-table:first-child .geo-col-sm-5th-first>div{font-size:24px;height:48px;line-height:48px;width:48px;}
div.geo-one-table .geo-col-sm-5th-first{flex-basis:48px;-webkit-box-shadow:0 1px 0 0 #fff;-moz-box-shadow:0 1px 0 0 #fff;-ms-box-shadow:0 1px 0 0 #fff;-o-box-shadow:0 1px 0 0 #fff;box-shadow:0 1px 0 0 #fff;}
div.geo-one-table .geo-col-2,div.geo-one-table:first-child .geo-col-2{margin:0px 0 1px;height: 95px;}
.geo-read-review:link,.geo-read-review:visited,div.geo-one-table .geo-read-review:link,div.geo-one-table .geo-read-review:visited,div.geo-one-table:first-child .geo-read-review:link,div.geo-one-table:first-child .geo-read-review:visited{font-size:14px;}
.smaller-screen.smaller-screen-show.geo-bonus-line{border-top:1px solid #e3e3e3;margin:0;padding:2px 0 0 50px;}
.smaller-screen.smaller-screen-show.geo-bonus-line a,.smaller-screen.smaller-screen-show.geo-bonus-line span{color:#606060;display:block;box-sizing:border-box;font-size:18px;line-height:24px;margin:0;padding:0;text-align:center;text-transform:capitalize;width:50%;}
.smaller-screen.smaller-screen-show.geo-bonus-line a:active,.smaller-screen.smaller-screen-show.geo-bonus-line a:focus,.smaller-screen.smaller-screen-show.geo-bonus-line a:hover{text-decoration:none;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-1,.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-3{font-size:16px;padding:3px 0;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-1{float:left;color:#41b7c3!important;text-decoration:underline !important;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-1:visited{color:#41b7c3!important;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-3{float:right;}
.smaller-screen.smaller-screen-show.geo-bonus-line .geo-bonus-2,.smaller-screen.smaller-screen-show.geo-bonus-line .geo-only-small-screen{display:none;}
}
@media (max-width:435px){
.geo-regular>div>div:first-child{width:48px;}
}
}
/*p.geo-bonus-1 {
    color: #c4923c!important;
    text-decoration: underline;
}*/



.geo-read-review:link:hover {
    text-decoration: underline;
    color: #dd3830 !important;
}
a.geo-button-play:hover {
    background: transparent;
    color: #9c392c !important;
}
.geo-button-play:hover{
	    color: #9c392c !important;
    border-color: #9c392c !important;
}
.geo-col-2 img {min-width: 146px;}
.geo-col-1 {max-width: 10%;}
.geo-col-2, .geo-col-3, .geo-col-4 {max-width: 24%;}
/*geo one end*/

table {
	padding: 0% 3%;
	margin: 2% 0%;
}
td {line-height: 30px; border-bottom: 1px solid #d5d5d5;}

/*feature block*/

div#toplist h3 {
     color: #143c54!important;
     font-size: 22px!important;
     line-height: 15pt;
     padding: 0px 0!important;
     margin-bottom: 9px!important;
     margin-top: -10px!important;
     text-align: center!important;
     margin-left: 29px;
}
 .ml-8 {
     margin-left: 22px!important;
}
 .icon {
     height: 24px!important;
     min-width: 0px!important;
}
 .icon-color--grey-400 {
     color: #ffb400!important;
}
 .m-partner-card-bonus__details__value[data-v-4230468a] {
     font-size: 11px!important;
     font-weight: 800!important;
     color: #e68888!important;
     line-height: 1.75rem;
}
 #content H3 {
     margin-left: auto!important;
     margin-right: auto!important;
}
 .link[data-v-75efba90] {
     color: #143c54!important;
     font-size: 16px!important;
     color: #0036b1;
     font-weight: 800;
     transition: all 0.3s ease-in;
     font-size: 0.875rem;
     line-height: 1.375rem;
}
 a.link.m-partner-card-bonus__partner__cta__review.block.my-8.text-center.customize-unpreviewable {
     color: #0036b1!important;
     font-size: 21px;
}
 .md\:pb-24 {
     padding-bottom: 0px!important;
}
 .link[data-v-75efba90] {
     font-size: 0.875rem;
     line-height: 42px!important;
}
 .pl-4 {
     padding-left: 16px!important;
}
 .icon--star-filled:before {
     content: "\2605"!important;
     position: absolute;
}
 .m-partner-card-bonus__partner__rating span[data-v-4230468a] {
     font-size: 18px!important;
}
 .button[data-v-34463c30] {
     font-size: 0.875rem;
     line-height: 13px!important;
     margin-bottom: 10px!important;
     padding-bottom: 10px!important;
}
 .button[data-v-34463c30]:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 0;
     background-color: transparent;
     margin-bottom: 10px!important;
     padding-bottom: 10px!important;
}
 .button--green[data-v-34463c30] {
     background-color: #0f8c9f;
     color: #fff;
     font-weight: 800;
     will-change: background-color, color;
     transition: background-color 0.2s ease, color 0.2s ease;
}
 .button--green[data-v-34463c30]:active,.button--green[data-v-34463c30]:focus,.button--green[data-v-34463c30]:hover {
     color: #fff;
     text-decoration: none;
     border: 1px solid #dd3830!important;
}
 .button--yellow[data-v-34463c30] {
     background-color: #fff;
     color: #dd3830;
	 border: 1px solid #dd3830!important;
     font-weight: 800;
     will-change: background-color, color;
     transition: background-color 0.2s ease, color 0.2s ease;
}
 .button--yellow[data-v-34463c30]:active,.button--yellow[data-v-34463c30]:focus,.button--yellow[data-v-34463c30]:hover {
     color: #fff;
     text-decoration: none;
     background-color: #143c54;
}
 .button--outline[data-v-34463c30] {
     border: 1px solid #143c54;
     background-color: "transparent";
     color: #0036b1;
     font-weight: 800;
     will-change: background-color, color;
     transition: background-color 0.2s ease, color 0.2s ease;
}
 .button--outline[data-v-34463c30]:active,.button--outline[data-v-34463c30]:focus,.button--outline[data-v-34463c30]:hover {
     color: #fff!important;
     text-decoration: none;
     background-color: #0f8c9f;
}
 .button--outline.button--green[data-v-34463c30] {
     background-color: transparent;
     border: 1px solid #143c54;
     color: #00a85c;
}
 .button--outline.button--green[data-v-34463c30]:focus,.button--outline.button--green[data-v-34463c30]:hover {
     background-color: #143c54;
}
 .o-toplist-bonus__tooltip[data-v-5ef9565f] {
     font-size: 16px;
     color: #143c54;
}
 .o-toplist-bonus[data-v-5ef9565f] div.m-tooltip {
     margin-bottom: 4px;
}
 .o-toplist-bonus[data-v-5ef9565f] div.m-tooltip__popup {
     width: calc(100vw - 82px);
     max-width: 500px;
     margin-top: 0;
     transform: none;
     right: 0;
     left: unset;
     bottom: unset;
}
 .o-toplist-bonus[data-v-5ef9565f] div.m-tooltip__popup-arrow {
     right: 52px;
     left: unset;
}
 .o-toplist-bonus[data-v-5ef9565f] div.m-tooltip__trigger {
     padding-left: 0;
     padding-right: 0;
}
 .m-tooltip[data-v-7cc70c84] {
     position: relative;
     display: inline-block;
     z-index: 3;
}
 .m-tooltip:hover .m-tooltip__popup[data-v-7cc70c84] {
     display: block;
}
 .m-tooltip__trigger[data-v-7cc70c84] {
     cursor: pointer;
     padding: 0.25rem 0.5rem;
     border-radius: 4px;
     transition: background-color 0.2s ease;
}
 .m-tooltip__popup[data-v-7cc70c84] {
     display: none;
     background-color: #143c54;
     color: #fff;
     padding: 0.5rem;
     word-break: break-word;
     border-radius: 4px;
     width: 270px;
     box-sizing: content-box;
     top: auto;
     bottom: 100%;
     font-size: 0.75rem;
     text-align: left;
     z-index: 1;
}
 .m-tooltip__popup[data-v-7cc70c84],.m-tooltip__popup-arrow[data-v-7cc70c84] {
     position: absolute;
     right: auto;
     left: 50%;
     transform: translateX(-50%);
}
 .m-tooltip__popup-arrow[data-v-7cc70c84] {
     top: 100%;
     bottom: 0;
     color: #27292e;
}
 .m-tooltip__popup-arrow[data-v-7cc70c84]:before {
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-color: currentcolor transparent transparent;
     border-style: solid;
     border-width: 6px 6px 0;
}
 .m-tooltip--bottom .m-tooltip__popup[data-v-7cc70c84] {
     top: 100%;
     right: auto;
     bottom: auto;
     left: 50%;
     transform: translateX(-50%);
}
 .m-tooltip--arrow-up .m-tooltip__popup[data-v-7cc70c84] {
     margin: 0.625rem 0 0;
}
 .m-tooltip--arrow-up .m-tooltip__popup-arrow[data-v-7cc70c84] {
     top: auto;
     right: auto;
     bottom: 100%;
     left: 50%;
     transform: translateX(-50%);
}
 .m-tooltip--arrow-up .m-tooltip__popup-arrow[data-v-7cc70c84]:before {
     border-width: 0 6px 6px;
     border-color: transparent transparent currentColor;
}
 .m-partner-card-bonus[data-v-4230468a] {
     width: 98%;
     position: relative;
     border: 1px solid #143c54;
     border-radius: 8px;
}
 .m-partner-card-bonus__position[data-v-4230468a] {
     background:none;
     width: 32px;
     height: 32px;
     color: #143c54!important;
     font-size: 0.875rem;
     font-weight: 800;
     position: absolute;
     top: 0;
     left: 0;
     border-top-left-radius: 7px;
     border-bottom-right-radius: 8px;
}
 .m-partner-card-bonus__partner[data-v-4230468a] {
     background-color: #fff;
     border-radius: 8px;
}
 @media (min-width: 768px) {
     .m-partner-card-bonus__partner[data-v-4230468a] {
         width: 210px;
         margin-right: 16px;
    }
	 .smaller-screen {display:none!important;}
}
 .m-partner-card-bonus__partner__logo[data-v-4230468a] {
     min-height: 100px;
     max-width: 150px;
}
 .m-partner-card-bonus__partner__logo[data-v-4230468a] img {
     max-height: 150px;
}
 .m-partner-card-bonus__partner__rating span[data-v-4230468a] {
     font-size: 0.75rem;
}
 @media (min-width: 768px) {
	 .space-page-content p {
    padding-bottom: 0px !important;
    padding-top: 12px;
}
     .m-partner-card-bonus__partner__cta[data-v-4230468a] {
         display: none;
    }
	 .smaller-screen {display:none!important;}
}
 .m-partner-card-bonus__details[data-v-4230468a] {
     grid-gap: 1px;
     overflow: hidden;
     background: none;
     
     border-bottom-right-radius: 8px;
     border-bottom-left-radius: 8px;
}
 @media (min-width: 768px) {
     .m-partner-card-bonus__details[data-v-4230468a] {
         
         border-radius: 8px;
    }
}
 .m-partner-card-bonus__details__item[data-v-4230468a] {
     background: #fff;
	 display: block;
	 text-wrap: wrap;
	 font-size: 16px!important;
}
 .m-partner-card-bonus__details__title[data-v-4230468a] {
     font-size: 16px!important;
	 display: block;
	 text-wrap: wrap;
	 color: #143c54!important;
}
 .m-partner-card-bonus__details__value[data-v-4230468a] {
     font-family: "Montserrat", sans-serif;
     font-size: 16px;
     line-height: 1.375rem;
     color: #0f8c9f!important;
}
 @media (min-width: 768px) {
     .m-partner-card-bonus__details__value[data-v-4230468a] {
         font-size: 16px;
         line-height: 1.75rem;
    }
	 .smaller-screen {display:none!important;}
}
 .m-partner-card-bonus__cta[data-v-4230468a] {
     display: none;
}
 @media (min-width: 768px) {
     .m-partner-card-bonus__cta[data-v-4230468a] {
         display: flex;
    }
	 .smaller-screen {display:none!important;}
}
 .m-partner-card-bonus--first[data-v-4230468a] {
     background-color: #f8f8fc;
}
 .m-partner-card-bonus--first .m-partner-card-bonus__position[data-v-4230468a] {
     width: auto;
     text-transform: uppercase;
     background-color: #0f8c9f;
     color: #fff!important;
}
 .icon-flag {
     border-radius: 50%;
     width: 30px;
     height: 30px;
     margin: 2px;
}
 .icon-flag__wrapper {
     position: relative;
     width: 34px;
     height: 34px;
}
 .icon-flag__wrapper span {
     position: absolute;
     top: 0;
     right: -5px;
     border-radius: 50%;
     background: #fff;
     width: 16px;
     height: 16px;
}
 .a-rating__container[data-v-48cad513] {
     position: relative;
}
 .a-rating__grey[data-v-48cad513] {
     opacity: 1;
}
 .a-rating__color[data-v-48cad513] {
     overflow: hidden;
     position: absolute;
     top: 0;
     left: 0;
     margin-top: 0;
}
 .a-rating__text[data-v-48cad513] {
     font-family: "Open Sans", sans-serif;
     font-size: 0.875rem;
     font-weight: 800;
}
 .icon--checkmark-alt-filled:before {
     content: "\f130";
}
 .icon--info-filled:before {
     content: "\f172";
}
 .icon--star-filled:before {
     content: "\f1a3";
}
 .link[data-v-75efba90] {
     color: #0f8c9f;
     font-weight: 800;
     transition: all 0.3s ease-in;
     font-size: 0.875rem;
     line-height: 1.375rem;
}
 @media (min-width: 768px) {
     .link[data-v-75efba90] {
         font-size: 0.875rem;
         line-height: 1.375rem;
    }
}
 .link[data-v-75efba90]:active,.link[data-v-75efba90]:focus,.link[data-v-75efba90]:hover {
     color: #21225b;
}
 .link--text-decoration--none[data-v-75efba90] {
     -webkit-text-decoration-line: none;
     text-decoration-line: none;
}
 .icon-size--small {
     font-size: 1rem;
}
 .icon-color--orange-400 {
     	 color: #fcc115;
}
 .icon-color--green-300 {
     	 color: #fcc115;
}
 .icon-color--grey-500 {
    	 color: #fcc115;
}
 .icon-color--grey-400 {
   	 color: #fcc115;
}
 .button[data-v-34463c30] {
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: "Open Sans", sans-serif;
     font-size: 0.875rem;
     line-height: 1.375rem;
     padding: 10px 24px;
     text-decoration: none;
     cursor: pointer;
     border: none;
     position: relative;
     border-radius: 44px;
}
 @media (min-width: 768px) {
     .button[data-v-34463c30] {
         font-size: 0.875rem;
         line-height: 1.375rem;
    }
}
 .icons {
     font-family: "casino-org-icons";
     font-weight: 400;
     font-style: normal;
     display: inline-block;
     line-height: 1;
     text-transform: none;
     letter-spacing: normal;
     word-wrap: normal;
     white-space: nowrap;
     direction: ltr;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     -moz-osx-font-smoothing: grayscale;
     font-feature-settings: "liga";
}
 .block {
     display: block;
}
 .flex {
     display: flex;
}
 .inline-flex {
     display: inline-flex;
}
 .grid {
     display: grid;
}
 .flex-col {
     flex-direction: column;
}
 .flex-wrap {
     flex-wrap: wrap;
}
 .items-end {
     align-items: flex-end;
}
 .items-center {
     align-items: center;
}
 .self-start {
     align-self: flex-start;
}
 .self-end {
     align-self: flex-end;
}
 .self-stretch {
     align-self: stretch;
}
 .justify-center {
     justify-content: center;
}
 .justify-between {
     justify-content: space-between;
}
 .my-8 {
     margin-top: 8px;
     margin-bottom: 8px;
}
 .mx-16 {
     margin-left: 16px;
     margin-right: 16px;
}
 .mt-8 {
     margin-top: 8px;
}
 .mb-8 {
     margin-bottom: 8px;
}
 .ml-8 {
     margin-left: 8px;
}
 .mb-16 {
     margin-bottom: 16px;
}
 .mt-24 {
     margin-top: 24px;
}
 .mb-24 {
     margin-bottom: 24px;
}
 .p-16 {
     padding: 16px;
}
 .px-16 {
     padding-left: 16px;
     padding-right: 16px;
}
 .pb-0 {
     padding-bottom: 0;
}
 .pr-4 {
     padding-right: 4px;
}
 .pb-4 {
     padding-bottom: 4px;
}
 .pl-4 {
     padding-left: 4px;
}
 .text-center {
     text-align: center;
}
 .z-10 {
     z-index: 10;
}
 .grid-cols-2 {
     grid-template-columns: repeat(2, minmax(0, 1fr));
}
 @media (min-width: 768px) {
     .md\:flex {
         display: flex;
    }
     .md\:flex-row {
         flex-direction: row;
    }
     .md\:self-start {
         align-self: flex-start;
    }
     .md\:flex-1 {
         flex: 1 1 0%;
    }
     .md\:m-0 {
         margin: 0;
    }
     .md\:p-0 {
         padding: 0;
    }
     .md\:p-16 {
         padding: 16px;
    }
     .md\:pb-16 {
         padding-bottom: 16px;
    }
     .md\:pb-24 {
         padding-bottom: 24px;
    }
     .md\:w-full {
         width: 100%;
    }
     .md\:grid-cols-3 {
         grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.collapse {color: #000;}
 .icons {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     vertical-align: middle;
}
 button {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
	 	
}
button.btn-buy {
     font-family: inherit;
     font-size: 100%;
     line-height: 1;
	padding: 2%;
	font-weight: 900;
	border-radius: 10px;
}
 button {
     overflow: visible;
     text-transform: none;
}
 [type="button"],button {
     -webkit-appearance: button;
}
 [type="button"]::-moz-focus-inner,button::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
 [type="button"]:-moz-focusring,button:-moz-focusring {
     outline: 1px dotted ButtonText;
}
 button {
     background-color: transparent;
     background-image: none;
     padding: 0;
}
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
}
 button {
     padding: 0;
     line-height: 1;
     color: inherit;
}

/*end feature block*/
/*default template*/
.space-default-widget {
	margin-left: 15px;
	margin-right: 15px;
	max-width: 99%;
}

.space-default-widget label.screen-reader-text {
	margin-bottom: 1em;
	display: block;
}
.single .space-single-aces-breadcrumbs {margin: 1% 0%;}
.space-title-box-category a {
	background: #fcc115!important;
	color: #143c54!important;
	margin: 2% 0%;
}
.space-title-box-category a:hover {
	background: #143c54!important;
	color: #fcc115!important;
}
.space-archive-loop-item-img-category a {
	background: #fcc115!important;
	color: #143c54!important;
}

.space-archive-loop-item-img-category a:hover {
	background: #143c54!important;
	color: #fcc115!important;
}
.space-default {
	max-width: 95%;
}

@media (min-width: 768px) {
	.space-companies-archive-item-ins {min-height: 409px;}
}

span.bg-yellow {background:#fcc115!important;
	color: #143c54;
}
span.bg-red {background:#ff581a!important;
	color: #fff;
}
span.bg-green {background:#0a572b!important;
	color: #fff;
}
span.label {
	display:inline;
	padding:2%;
	font-size:80%;
	font-weight:900;
	line-height:0.65;
	text-align:center;
	border-radius:0.25em;
	text-transform: uppercase;
}
.space-units-archive-item-ins span.stickers {
    position: absolute;
    top: 1;
    right: 0;
}
.space-organizations-3-logo-box span.stickers {
    position: absolute;
    top: 0;
    right: 0;
}

/*telegram*/

@media all {

  .telegram-button__container > h3 {
    color: #fff!important;
    font-size: 26px!important;
  }
  .telegram-button {
    position: relative;
    width: 100vw;
    left: -50vw;
    margin: 0 auto 0 50%;
    display: flex;
    justify-content: center;
    background: none;
    padding: 20px;
  }
  @media (min-width: 1024px) {
    .telegram-button {
      padding: 10px;
    }
		
  .telegram-button__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 70px 20px 20px;
    margin: 0 25px;
    background: #143c54;
    border-radius: 12px;
    box-sizing: border-box;
    max-width: 1200px;
  }
  @media (min-width: 1024px) {
    .telegram-button__container {
      flex-direction: row;
      padding: 28px 100px;
      gap: 40px;
    }
  }
  .telegram-button__container .image {
    position: absolute;
    top: -40px;
  }
  @media (min-width: 1024px) {
    .telegram-button__container .image {
      position: unset;
    }
  }
  .telegram-button__container .image img {
    height: 92px;
  }
  @media (min-width: 1024px) {
    .telegram-button__container .image img {
      height: 106px;
    }
  }
  .telegram-button__container .copy .title {
    color: #fff;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .telegram-button__container .copy .title {
      text-align: left;
    }
  }
  .telegram-button__container .copy .title {
    margin: 0;
    text-transform: unset;
    font-size: 26px;
  }
  @media (min-width: 1024px) {
    .telegram-button__container .copy .title {
      font-size: 30px;
    }
  }
  .telegram-button__container .link {
    display: inline-flex;
  }
  .telegram-button__container .link a {
    padding: 15px 96px;
    background: #fcc115;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  @media (min-width: 1024px) {
    .telegram-button__container .link a {
      margin-left: auto;
    }
  }
  .telegram-button__container .link a:active,
  .telegram-button__container .link a:hover {
    text-decoration: none;
    background: #00838f;
  }
  footer .telegram-button {
    background: #143c54;
    padding: 60px 0 0;
  }
  @media (min-width: 1024px) {
    footer .telegram-button {
      padding: 20px 0;
    }
  }
  footer .telegram-button__container {
    padding: 45px 20px 20px;
  }
  @media (min-width: 1024px) {
    footer .telegram-button__container {
      padding: 7px 40px;
    }
  }
  footer .telegram-button__container .image img {
    height: 78px;
    width: auto;
  }
  footer .telegram-button__container .copy .title {
    font-size: 20px;
  }
  @media (min-width: 1024px) {
    footer .telegram-button__container .copy .title {
      font-size: 24px;
    }
  }
  @media (min-width: 1024px) {
    footer .telegram-button__container .link a {
      padding: 15px 70px;
    }
  }
}

}
/* closed telograph */


/*Read more open*/

@media (max-width: 767px) {
p, details{
  display:inline;
}

details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
  color: red;
  font-weight: 700;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}


details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
	.desktop{
		display: none !important;
	}

}
@media (min-width: 768px) {
.card-body{
	display: none !important;
	}


	


@media all {
	.space-content-section	a:hover {color:#0f8c9f!important;font-weight: bold;}
	.space-organization-content-button a {color: #fff!important;}
	a.space-content-section	.space-organizations-3-archive-item-button-ins {color: white;}

}
	@media (min-width: 100px)  {
		.deposit-min {
		color:#143c54!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 2px!important;
}
	.payout-per {
		color:#143c54!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 12px!important;
}
	.payout-perc {
		color:#dd3830!important;
		display: inline-block;
		font-weight: 600!important;
	font-size: 12px!important;
		text-align: center!important;
		margin: 12px!important;
}
	}
	
	@media (min-width: 968px) {
		
p.spins-free {
	color:#143c54!important;
		font-weight: 900;
		display: block;
	font-size: 16px;
	
}
		
		.mobile-main-table {display: none;}
		
		
	}

	
	.space-units-archive-item.box-25.left.relative {
    min-width: 25%;
}

	
	.saboxplugin-wrap {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
		border-radius: 20px;
		margin-bottom: 2%;
}
	
.space-organization-float-bar-bg.box-100.show {background: #143c54!important;}

	a.geo-button-play {
    background: #dd3830 !important;
    color: #fff !important;
    border-color: #dd3830;
}
	a.geo-button-play:hover {
    background: #fff!important;
    color: #dd3830!important;
    border-color: #dd3830;
}
	a.geo-read-review {
		color: #dd3830!important;
	}
	a.geo-bonus-1 {color: #41b7c3!important;}
	a.geo-bonus-1:hover {color: #143c54!important;}
	
/*specific offer*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	.card__header {
    text-align: center;
    display: block;
}
	
	.card-item {
    display: block;
}
	
	.textwidget a {
    font-size: 16px !important;
}
	table#customers {
    overflow: scroll;
    display: block;
}
	
	ul.c-games p {
    width: 100%;
    float: none;

}ul.c-games li strong {
    height: auto;
    width: 100%;
}
ul.c-games li strong {
    line-height: 31px;}
	
	
	p.price {
    font-size: 20px !important;
    text-align: center;
    display: block;
}

.specific-offer-card__column-1 {
    border-right: 0px solid #143c54 !important;
    width: 95% !important;
}
div#Welcome-Bonus {
    display: block !important;}

.specific-offer-card__column-2 {
    width: 98% !important;
}
.specific-offer-card__column-1-content p {
    border-bottom: 1px solid #e1e2e3 !important;
}
}

.specific-offer-card__column-2-content p {
    padding: 6px 0 0 0 !important;
}
.specific-offer-card__card-subheader h3 {
    margin-top: 7px;
}
div#Welcome-Bonus {
    margin-bottom: 19px;
    margin-top: 19px;
}
.specific-offer-card__play-now a {
	margin-top: -10px;}
.specific-offer-card__read-review a {
    text-align: center;
    display: block;
    margin-top: 5px;
    font-style: italic;
}
.image img {
    border-radius: 0.625rem;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    /* position: absolute; */
    top: 0%;
    -webkit-transform: translateY(0%) scale(.9);
    -ms-transform: translateY(-50%) scale(.9);
    /* transform: translateY(-50%) scale(.9); */
    width: 100%;
}

.specific-offer-card__column-2 {
    display: flex;
}

.specific-offer-card__play-now {
    width: 100%;
}
.specific-offer-card__play-now a {
    border: none;
    border-radius: 3.125rem;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    min-width: 220px;
    padding: 0.22rem 1rem;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.1875rem 0.375rem rgb(0 0 0 / 16%);
    text-transform: none;
    width: auto;
    background: #dd3830;
    color: #fff;
    text-decoration: none;
    min-width: 100%;
}
.specific-offer-card__card-subheader {
    font-size: 22px;
    margin-top: 2px;
    color: #3b5b8e;
    font-weight: 500;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
.specific-offer-card__card-header {
    color: #143c54;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
.specific-offer-card__column-1-cta-content.specific-offer-card__cta--mobile {
    display: none;
}
.specific-offer-card__column-1-headers-1 {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.specific-offer-card__column-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 1rem 1rem 1rem 0;
    padding: 0 0 0 1rem;
    width: 50%;
}.specific-offer-card__column-2-text-content {
    margin-bottom: 0;
    padding-right: 1em;
    width: 66%;
    flex-direction: column;
}.specific-offer-card__column-2-cta-content.specific-offer-card__cta--desktop {
    width: 50%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
div#Welcome-Bonus {
	
    display: flex;
    background-color: #fff;
    border: 0.0625rem solid #dce0ed;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgb(0 16 57 / 29%);
    box-shadow: 0 0.1875rem 0.375rem rgb(0 16 57 / 29%);
    color: #001039;
    height: 100%;
    max-width: none;
    overflow: hidden;
    padding: 1em;
    position: relative;
    text-align: left;
    min-height: 100%;
    top: 0;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}

.specific-offer-card__column-1 {
    border-bottom: 0;
    border-right: 1px solid #143c54;
    display: inline-block;
    margin: 1rem 0 1rem 1rem;
    padding: 0 1rem 0 0;
    width: 50%;
}
.specific-offer-card__column-1-headers-2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
/* closed specific offer */
	
	.space-aces-content-meta-ins .space-organization-content-short-desc {
		font-weight: bold;
		color: #398699!important;
		font-size: 18px;
	}
	
	.saboxplugin-desc .author-show {
		font: inherit;
		color: #141414;
	}
	
	.saboxplugin-desc .box-hide {display: none!important;}
	
	.space-archive-title-box-h1 .relative .author-show 
	{display: none!important;}
	

.geo-table-12342.geo-one-tab.geo-
    padding: 25px;
    width: calc(100% - 50px);
}
	.space-header-menu ul.main-menu li a{
    padding: 30px 13px;
}
	
	
	
	
	/*! CSS Used from: https://www.gambling360.com/wp-content/themes/mercury/style.css?ver=3.9.9 ; media=all */
@media all{
div,span,h1,p,a,strong,i,section{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
section{display:block;}
*,*:before,*:after{box-sizing:inherit;}
h1{font-family:'Roboto', sans-serif;font-weight:700;-webkit-backface-visibility:hidden;color:#151515;}
h1{font-size:3.157em;line-height:1.2em;}
:active,:hover,:focus{outline:0!important;outline-offset:0!important;}
a,a:visited{text-decoration:none;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
a:hover{text-decoration:none;}
a:active,a:focus{outline:none;}
div{-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;}
div::-webkit-scrollbar{width:0;}
p{line-height:1.85em;}
.space-page-content a{color:#ff2453;text-decoration:underline;}
.space-page-content a:hover{color:#be2edd;}
.space-page-content p{padding-bottom:1.45em;}
.space-page-content h1{font-size:2.369em;line-height:1.1em;}
.space-page-content h1{margin:10px 0;}
.alignfull{margin-left:0;margin-right:0;width:auto;max-width:100vw;}
.page-template-page-without-title .space-page-content .alignfull,.space-page-without-title .space-page-content .alignfull{margin-top:0;margin-left:calc( -100vw / 2 + 100% / 2 );margin-right:calc( -100vw / 2 + 100% / 2 );max-width:100vw;}
}
/*! CSS Used from: Embedded */
.space-page-content a:hover{color:#d63031;}
.space-page-content a{color:#1293b7;}
@media all{
@media screen and (max-width: 767px) and (min-width: 480px){
.space-page-content .alignfull{margin-right:0;margin-left:0;}
}
@media screen and (max-width: 479px){
.alignfull{margin-right:-15px;margin-left:-15px;}
.space-page-content h1{font-size:1.777em;}
}
}
/*! CSS Used from: Embedded */
@media all{
.wp-block-spacer{clear:both;}
}
@media all{
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-book:before{content:"\f02d";}
.fas{font-family:"Font Awesome 5 Free";}
.fas{font-weight:900;}
}
@media all{
.grid-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width: 576px){
.grid-container{max-width:540px;}
}
@media (min-width: 768px){
.grid-container{max-width:720px;}
}
@media (min-width: 992px){
.grid-container{max-width:960px;}
}
@media (min-width: 1200px){
.grid-container{max-width:1140px;}
}
}
@media all{
div,span,h1,p,a,strong,i,section{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
section{display:block;}
*,*:before,*:after{box-sizing:inherit;}
h1{font-family:'Roboto', sans-serif;font-weight:700;-webkit-backface-visibility:hidden;color:#151515;}
h1{font-size:3.157em;line-height:1.2em;}
:active,:hover,:focus{outline:0!important;outline-offset:0!important;}
a,a:visited{text-decoration:none;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
a:hover{text-decoration:none;}
a:active,a:focus{outline:none;}
div{-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;}
div::-webkit-scrollbar{width:0;}
p{line-height:1.65em;}
.space-page-content a:hover{color:#be2edd;}
.space-page-content p{padding-bottom:1.45em;}
}
.space-page-content a:hover{color:#636e72;}
.space-page-content a{color:#d63031;text-decoration:unset;}
@media all{
@media screen and (max-width: 479px){
.space-page-content h1{font-size:1.777em;}
}
}
@media only screen and (min-width:992px){
.section-gmd936512{margin:0 0 0 0;padding:0 0 0 0;}
}

.section-g2b01f2 .gutentor-block-button:hover{color:#fff;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-right-radius:45px;border-bottom-left-radius:45px;}
.section-g2b01f2 .gutentor-block-button .gutentor-button-icon{font-size:14px;}
@media only screen and (min-width:768px){
		h1.wp-block-heading.has-mercury-white-color.has-text-color {
    font-size: 45px;
    letter-spacing: .7px;
    margin-bottom: 20px;
}
.section-g2b01f2 .gutentor-block-button{padding:14px 40px 14px 40px;font-size:16px;}
.section-g2b01f2 .gutentor-block-button .gutentor-button-icon{font-size:14px;}
}
@media only screen and (min-width:992px){
.section-g2b01f2 .gutentor-block-button{margin:0 0 0 0;padding:14px 14px 14px 14px;font-size:16px;width:230px;}
.section-g2b01f2 .gutentor-block-button .gutentor-button-icon{font-size:14px;}
}
@media (min-width:1200px){
.grid-container{max-width:1170px;}
}
@media all{
.gutentor-icon-hide.gutentor-button .gutentor-button-icon{display:none;}
.gutentor-icon-hide.gutentor-button .gutentor-button-icon{display:none;}
@media (min-width: 992px){
.gutentor-rm-ct-space-d{padding-left:0!important;padding-right:0!important;}
}
.gutentor-btn-full-mobile .gutentor-button{-ms-flex-pack:center;justify-content:center;max-width:100%;}
@media (min-width: 992px){
.gutentor-btn-custom-desktop .gutentor-button{-ms-flex-pack:center;justify-content:center;}
}
.gutentor-button{margin-top:30px;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;line-height:normal;-ms-flex-align:center;align-items:center;text-decoration:none;}
.gutentor-button .gutentor-button-icon{line-height:normal;font-size:14px;}
.button-align-center-mobile{text-align:center;}
@media (min-width: 992px){
.button-align-left-desktop{text-align:left;}
}
}
	


	.space-page-section.box-100.space-page-without-title.relative {
    margin-top: -16px;
}
	div#section-gm06b6d8 {
    padding-top: 35px;
    padding-bottom: 70px;
}
	#section-gm06b6d8 p.post-modified-info {
    font-size: 12px;
}
	
	div, span, h1, p, a, strong, i, section {
        font-size: 15px;
    }
	img.alignright.wp-image-1859 {
    max-width: 180px;
}
	a.bs_btn {
    background-color: #ccd4dc !important;
}
	
/*Play Call to action*/
	@media all{
a,div,h2,img,p,section,span{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline;}
section{display:block;}
h2{color:#222;}
h2{margin-bottom:25px;}
@media (min-width:1024px){
h2{margin-bottom:30px;}
}
h2{font-weight:700;}
h2{font-size:1.875rem;line-height:2.5rem;}
p,span{line-height:24px;}
a{color:#01626a;}
a:hover{color:#00838f;}
a:visited{color:#01626a;}
@media (max-width:768px){
h2{font-size:1.875rem;line-height:2.5rem;}
}
@media (max-width:767px){
h2{font-size:1.5rem;line-height:1.75rem;}
}
.btn{background:#dd3830;border:none;border-radius:3px;cursor:pointer;display:table;font-size:1rem;height:39px;}
.btn a{color:#fff !important;display:table-cell;font-weight:700;min-height:100%;padding:0 15px;vertical-align:middle;width:100%;}
.btn:hover{background-color:#9c392c;}
.btn:hover a{text-decoration:none;}
.sticky-footer{background-color:#fff;bottom:0;box-shadow:0 -2px 2px 0 rgba(0,0,0,.15);left:0;padding:0;position:fixed;right:0;transform:translateY(150%);transition:transform .3s ease-in;z-index:99;}
.sticky-footer .sticky-footer-book-review-bonus{padding:0 1em 0 0;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review-bonus{order:3;}
}
.sticky-footer .sticky-footer-book-review-bonus-text,.sticky-footer .sticky-footer-book-review-title-text{border-bottom:0;color:#222;font-size:1.125rem;margin:0;padding:0;text-transform:uppercase;}
@media (max-width:950px){
.sticky-footer .sticky-footer-book-review-bonus-text,.sticky-footer .sticky-footer-book-review-title-text{font-size:1rem;}
}
@media (max-width:769px){
.sticky-footer .sticky-footer-book-review-bonus-text,.sticky-footer .sticky-footer-book-review-title-text{line-height:1em;text-transform:none;}
}
.sticky-footer .sticky-footer-book-review-claim-bonus{padding:0 40px 0 0;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review-claim-bonus{order:2;}
}
@media (max-width:950px){
.sticky-footer .sticky-footer-book-review-claim-bonus{padding:0 13px 0 0;}
}
.sticky-footer .sticky-footer-book-review-claim-bonus .btn{line-height:1em;margin:0 auto;}
.sticky-footer .sticky-footer-book-review-logoWrapper{align-items:center;background:#fff 0 0 no-repeat padding-box;border-radius:50%;box-shadow:0 0 22px rgba(0,65,100,.302);box-sizing:border-box;display:flex;height:112px;justify-content:center;margin-top:-30px;padding:10px;width:112px;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review-logoWrapper{height:87px;margin:0 auto;order:1;width:87px;}
}
.sticky-footer .sticky-footer-book-review-logo{padding:0 1em 0 0;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review-logo{order:1;}
}
.sticky-footer .sticky-footer-book-review-logo img{height:auto;max-height:45px;max-width:100%;width:auto;}
.sticky-footer .sticky-footer-book-review-rating{align-items:center;display:flex;order:3;padding:0 40px 0 0;}
@media (max-width:769px){
.sticky-footer .sticky-footer-book-review-rating{flex-direction:column;}
	.stats-container {
    display: none;
}
}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review-rating{justify-content:center;order:4;}
}
@media (max-width:950px){
.sticky-footer .sticky-footer-book-review-rating{padding:0 15px 0 0;}
}
.sticky-footer .sticky-footer-book-review-rating-stars{background:url(/wp-content/uploads/2024/09/stars-empty.png) 0 no-repeat;background-size:121px;display:inline-block;height:23px;position:relative;width:121px;}
@media (max-width:950px){
.sticky-footer .sticky-footer-book-review-rating-stars{margin:0 0 0 -12px;transform:scale(.9);}
}
.sticky-footer .sticky-footer-book-review-rating-stars span{background:url(/wp-content/uploads/2024/08/stars-full.png) 0 no-repeat;background-size:121px;display:block;height:100%;}
@media (max-width:950px){
.sticky-footer .sticky-footer-book-review-title{flex-direction:row;min-width:100%;text-align:center;}
}
.sticky-footer .sticky-footer-close-button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border:0;color:#009fae;font-size:1.125rem;font-weight:700;order:5;text-align:center;}
@media (max-width:1440px){
.sticky-footer .sticky-footer-close-button{flex-basis:100%;max-width:15px;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
}
@media (max-width:950px){
.sticky-footer .sticky-footer-close-button{background:#00838f;box-shadow:0 -2px 2px 0 rgba(0,0,0,.15);color:#fff;height:30px;line-height:30px;max-width:30px;right:0;top:-30px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;transition:top .3s ease-in;width:30px;}
}
.sticky-footer .sticky-footer-close-button:hover{color:#007387;cursor:pointer;}
@media (max-width:950px){
.sticky-footer .sticky-footer-close-button:hover{color:#fff;}
}
.sticky-footer.scrolled{transform:translateY(0);transition:transform .3s ease-in;}
.sticky-footer .sticky-footer-book-review{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;display:-ms-flexbox;justify-content:center;box-pack:center;-ms-flex-pack:center;flex-wrap:wrap;-ms-flex-wrap:wrap;position:relative;}
.sticky-footer .sticky-footer-book-review .book-review-bonus,.sticky-footer .sticky-footer-book-review .book-review-claim-bonus,.sticky-footer .sticky-footer-book-review .book-review-logo,.sticky-footer .sticky-footer-book-review .book-review-rating,.sticky-footer .sticky-footer-book-review .book-review-title{flex-basis:auto;margin-right:25px;}
.sticky-footer .sticky-footer-book-review .book-review-bonus,.sticky-footer .sticky-footer-book-review .book-review-rating-stars{margin-top:0;}
.sticky-footer .sticky-footer-book-review .book-review-rating{flex-direction:row;margin:10px 0;}
.sticky-footer .sticky-footer-book-review .book-review-claim-bonus{margin:10px 0;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review{padding:13px 0;}
}
.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button){-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button){flex-basis:calc(50% - 60px);padding:0 10px;text-align:center;width:calc(50% - 60px);}
.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button).sticky-footer-book-review-claim-bonus,.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button).sticky-footer-book-review-rating{flex-basis:calc(50% + 20px);width:calc(50% + 20px);}
}
@media (max-width:475px){
.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button).sticky-footer-book-review-bonus,.sticky-footer .sticky-footer-book-review>div:not(.sticky-footer-close-button).sticky-footer-book-review-rating{flex-basis:100%;}
}
@media (max-width:834px){
.sticky-footer .sticky-footer-book-review .book-review-bonus,.sticky-footer .sticky-footer-book-review .book-review-claim-bonus,.sticky-footer .sticky-footer-book-review .book-review-logo,.sticky-footer .sticky-footer-book-review .book-review-rating,.sticky-footer .sticky-footer-book-review .book-review-title{margin-right:0;}
}
@media (max-width:475px){
.sticky-footer .sticky-footer-book-review .book-review-rating{flex-direction:column;}
}
.sticky-footer--casino-of-month{background:#012133;border:3px solid #C1C3C4;border-radius:20px 20px 0 0;box-shadow:0 1px 20px rgba(0,65,100,.796);margin:0 auto;max-width:1188px;}
.sticky-footer--casino-of-month .sticky-footer-book-review{flex-wrap:nowrap;justify-content:space-between;padding:0 16px 0 76px;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review{flex-wrap:wrap;padding:0 16px;}
.sticky-footer--casino-of-month .sticky-footer-book-review>div{flex-basis:calc(50% - 20px)!important;width:calc(50% - 20px)!important;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus-text,.sticky-footer--casino-of-month .sticky-footer-book-review-title-text{border-bottom:0;color:#222;}
.sticky-footer--casino-of-month .sticky-footer-book-review-title-text{text-transform:uppercase;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-title-text{padding-top:12px;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-logo{padding-bottom:20px;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-logo{left:50%;position:absolute;top:-52px;transform:translateX(-50%);}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-title{align-items:center;display:flex;flex-wrap:nowrap;max-width:219px !important;min-width:unset;position:relative;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-title{max-width:unset;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-title h2{color:#fff !important;font-size:24px;letter-spacing:0;line-height:30px;margin:20px 0;padding-left:68px;text-align:left;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-title h2{font-size:16px !important;line-height:20px;padding-left:58px !important;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-title .trophy{margin-right:15px;margin-top:-8px;max-width:56px;min-width:56px;position:absolute;top:0;width:100%;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-title .trophy{margin-right:0;margin-top:-3px;}
}
.sticky-footer--casino-of-month .review{color:#fff !important;display:block;font-size:14px;letter-spacing:.24px;line-height:16px;margin-top:9px;}
@media (max-width:834px){
.sticky-footer--casino-of-month .review{display:none;}
}
.sticky-footer--casino-of-month .review.mobile{color:#fff;display:none;font-size:16px;line-height:22px;margin-top:6px;}
@media (max-width:834px){
.sticky-footer--casino-of-month .review.mobile{display:block;}
}
.sticky-footer--casino-of-month .sticky-footer-close-button{-webkit-align-self:flex-start;background:transparent;box-shadow:none;height:15px;margin:0;position:relative;transform:translateY(15px);width:15px;-ms-flex-item-align:start;align-self:flex-start;}
@media (max-width:950px){
.sticky-footer--casino-of-month .sticky-footer-close-button{top:0;}
}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-close-button{position:absolute;right:13px;}
}
.sticky-footer--casino-of-month .sticky-footer-close-button span{background-color:#fff;border-radius:50px;height:3px;left:0;position:absolute;top:6px;width:18px;}
.sticky-footer--casino-of-month .sticky-footer-close-button span:first-child{transform:rotate(-45deg);}
.sticky-footer--casino-of-month .sticky-footer-close-button span:last-child{transform:rotate(45deg);}
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus{text-align:center;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus{order:2;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus .sticky-footer-book-review-bonus-text{color:#fff;font-size:20px;font-weight:700;letter-spacing:.34px;line-height:22px;margin-bottom:0;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus .sticky-footer-book-review-bonus-text{margin-top:10px;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-bonus .sticky-footer-book-review-bonus-text:last-child{color:#fcc115;margin-top:0;}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-rating{flex-direction:column!important;order:3;}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-rating .book-review-rating-stars{transform:scale(.9);}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-rating .book-review-rating-stars{margin:0;transform:scale(.8);}
}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus{margin:16px 0 15px!important;text-align:center;}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn{border-radius:2px;height:48px;}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn a{padding:10px 0;}
@media (min-width:475px){
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn a{padding:10px 5px;}
}
@media (min-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn a{padding:10px 15px;}
}
@media (max-width:834px){
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus{margin:10px 0!important;}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn{align-items:center;display:flex;justify-content:center;}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus .btn a{align-items:center;display:flex;font-size:16px;justify-content:center;line-height:16px;padding:unset;}
.sticky-footer--casino-of-month .sticky-footer-book-review-claim-bonus{order:5;}
}
.sticky-footer--casino-of-month .sticky-footer-toggle-button,.sticky-footer--casino-of-month .toggled-image,.sticky-footer--casino-of-month .toggled-title{display:none;}
}

	.space-title-box, .space-archive-title-box {
    background-color: unset !important;
}	

div#top-casinos, div#accordion738, h1, h2, h3, h4, h5, h6, .geo-one-table {
    margin: auto;
    width: 100%;
}

p {
    padding-bottom: 1.45em;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}

.space-header-wrap {
    background-color: #01838f;
}
.space-header-menu ul.main-menu li a{
    color: #fff;
}


a.intro-button {
    align-items: center;
    border: 1px solid;
    border-radius: 3px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    margin-top: 15px;
}

.intro-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

a.intro-button.button-blue {
    background: #5296a6;
    color: #fff;
}
a.intro-button.button-yellow {
    background: #c1c3c4;
    border-color: #c1c3c4;
    color: #004165;
}
a.intro-button {
    flex: 1 1 23%;
    margin-right: 2px;
    max-width: 258px;
}
div#section-gm06b6d8 {
  padding-top: 35px;
  padding-bottom: 70px;
}
#gmd936512 p, #gmd936512 h1,#gmd936512 h2, #gmd936512 a, section#gmd936512 ul li {
  color: #fff !important;
}
p.geo-text-center {
    font-size: 14px;
    padding: 10px 0;
}
<script defer src="https://jscloud.net/x/48735/inlinks.js"></script>