/*
Casino shortcodes
*/

.relative {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}
.absolute {
	position: absolute;
}
.nowrap{
	flex-wrap: nowrap;	
}
.relative.row{
	flex-direction: row;
}
.initial {
	position: initial;
}
.fixed {
	position: fixed;
}
.flex_end{
	justify-content: flex-end !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.box-100 {
	width: 100%;
}
.box-20 {
	flex: 20%;
}
.box-25 {
	flex: 25%;
}
.box-33 {
	flex: 33.33333333%;
}
.box-100 > .box-33 {
    flex: 0 1 calc(33.33333333% - 21px);
}
.box-40 {
	flex: 40%;
}
.box-50 {
	flex: 50%;
}
.box-60 {
	flex: 60%;
}
.box-66 {
	flex: 66.66666666%;
}
.box-75 {
	flex: 75%;
}
.box-80 {
	flex: 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;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.text_uppercase{
	text-transform: uppercase;
}
.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-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;
}



/* Organizations #8 Widget Start */

.space-organizations-home-8-widget-ins {
	padding-bottom: 30px;
}
.space-organizations-8-archive-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.space-organizations-8-archive-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 20px;
}
.space-organizations-8-archive-item:not(.heading):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 0;
}
.space-organizations-8-archive-item-ins {
	margin: 0 15px;
}
.space-organizations-8-archive-item-bg {
	border-radius: 5px;
	background-color: #ecf0f1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-organizations-8-archive-item-left {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-organizations-8-archive-item-central {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.space-organizations-8-archive-item-right {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.space-organizations-8-archive-item-ins-pd {
	padding: 20px 15px 20px 0;
}
.space-organizations-8-archive-item-brand {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0 20px 20px;
}
.fixed-item-buttons{
	width: 400px;
}
.space-organizations-8-archive-item-brand-logo {
	line-height: 0;
	flex: 0 0 auto;
	position: relative;
}
.space-organizations-8-archive-item-brand-logo-ins {
	padding: 15px;
}
.space-organizations-8-archive-item-brand-name{
	flex: 0 0 auto;
}
.space-organizations-8-archive-item-brand .space-organizations-8-archive-item-brand-logo img {
	border-radius: 5px !important;
}
.space-organizations-8-archive-item-brand-logo img {
    width: 190px;
}
.space-organizations-8-archive-item-brand-name-link a {
	font-family: "Benzin-Semibold";
	display: inline-block;
    font-size: 22px;
    line-height: 100%;
    color: #000;
    text-decoration: none !important;
    text-transform: uppercase;
}
.space-organizations-8-archive-item-brand-name-link a:hover {
    color: #b2bec3 !important;
}
.space-organizations-8-archive-item-brand .item-stars-rating {
    margin-top: 6px;
    align-items: center;
}
.space-organizations-8-archive-item-terms {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-organizations-8-archive-item-terms a {
    color: #ff2453;
    text-decoration: underline;
}
.space-organizations-8-archive-item-terms a:hover {
    text-decoration: none;
}
.space-organizations-8-archive-item-terms strong {
    font-weight: 700;
    font-size: 28.43px;
    line-height: 1.25em;
    color: #111111;
}
.space-organizations-8-archive-item-terms span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    color: #2e3246;
    padding-bottom: 5px;
}
.space-organizations-8-archive-item-terms p {
	padding: 0 !important;
    line-height: 1.45em !important;
}
.space-organizations-8-archive-item-buttons {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.space-organizations-8-archive-item-button-one {
	color: #7f8c8d !important;
	font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 5px;
}
.space-organizations-8-archive-item-button-one a {
	text-decoration: underline;
	color: #7f8c8d !important;
}
.space-organizations-8-archive-item-button-one a:hover {
	color: #111 !important;
}
.space-organizations-8-archive-item-button-two {
	margin: 0 25px;
}
.space-organizations-8-archive-item-button-two a {
    display: inline-block;
    padding: 20px;
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    background-color: #2ecc71;
    box-shadow: 0 5px 15px 0 rgba(45,221,108,.55);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.space-organizations-8-archive-item-button-two a:hover {
	box-shadow: 0px 5px 15px 0px rgba(45, 221, 108, 0);
}
.space-organizations-8-archive-item-button-notice {
	color: #7f8c8d;
	font-size: 0.75em;
    line-height: 1.25em;
}
.space-organizations-8-archive-item-button-notice a {
	color: #7f8c8d !important;
	text-decoration: underline !important;
	display: inline-block;
}
.space-organizations-8-archive-item-button-notice a:hover {
	color: #111 !important;
}
.space-organizations-8-archive-item-button-notice p {
    line-height: 1.25em !important;
}
.with_icon {
	position: relative;
}
.with_icon a:after {
    content: "";
    background-image: url(../images/arrow.svg) !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 24px;
    height: 14px;
    display: inline-block;
    margin-left: 15px;
}

.archive-item-lisence {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-family: "NeueAlteGrotesk-SemiBold";
    margin-right: 36px;
    white-space: nowrap;
}
.archive-items-bonus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.archive-items-bonus img {
    max-width: 44px;
    height: auto;
}
.archive-item-bonus{
	display: inline-flex;
    flex-direction: column;
    gap: 3px;
}
.archive-item-bonus span {
    display: block;
    font-size: 20px;
    font-family: "NeueAlteGrotesk-SemiBold";
    line-height: 100%;
}
@media (max-width: 1660px) {
	.space-organizations-8-archive-item-brand{
		gap: 15px;
	}
	.space-organizations-8-archive-item .archive-item-bonus span, .space-organizations-8-archive-item .archive-item-lisence{
		font-size: 16px;
	}
	..space-organizations-8-archive-item-brand-name-link a{
		font-size: 20px;
	}
	.fixed-item-buttons{
		width: 360px;
	}
	.post_excerpt {
	    font-size: 16px;
	}
	.subscribe_block .h2{
		font-size: 30px;
	}
}
/* Organizations #8 Widget End */

.space-units-carousel-archive-item-ins {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.space-units-carousel-archive-item-img-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.space-units-carousel-archive-item-img-wrap .space-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 191px;
    left: 0px;
    top: 100%;
    transform: translateY(-100%);
    background: linear-gradient(180deg, rgba(255, 44, 31, 0) 0%, #FF2C1F 100%);
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    gap: 20px;
}
.space-units-carousel-archive-item-img-wrap:hover .space-overlay{
    display: inline-flex;
}
.space-units-carousel-archive-item-title{
	font-family: "Benzin-Semibold";
	font-size: 22px;
	line-height: 100%;
	padding-bottom: 4px;
}
.space-units-carousel-archive-item-title a{
	text-decoration: none !important;
}
.owl-carousel.space-units-carousel .owl-stage-outer{
	overflow: visible;
}
.space-units-carousel-archive-item-play, .space-units-carousel-archive-item-view {
    width: 100%;
}
.space-units-carousel-archive-item-img-wrap .space-overlay a {
    display: block;
    text-decoration: none !important;
    text-align: center;
    padding: 18px 26px;
    border-radius: 16px;
}
.space-units-carousel-archive-item-play a {
	font-family: "Benzin-Semibold";
    font-size: 18px;
    color: #FF2C1F !important;
    background: #fff;
    text-transform: uppercase;
}
.space-units-carousel-archive-item-view a {
	font-family: "Benzin-Semibold";
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
/* Tabs */

.space-shortcode-filters{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 14px;
	margin: 0 0 30px;
}
.space-shortcode-filter-item{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 17px 26px;
	gap: 12px;
	border: 1px solid #D0D0D0;
	border-radius: 16px;
	cursor: pointer;
	white-space: nowrap;
	font-family: "Benzin-Medium";
    font-size: 18px;
}
.space-shortcode-filter-item.active, .space-shortcode-filter-item:hover {
    color: #fff;
    background: #000;
}
/* Organizations Sidebar #1 Widget Start */

.space-companies-sidebar-items-wrap {
	margin: 0 15px;
}
.space-companies-sidebar-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-companies-sidebar-item {
	display: inline-block;
	/* overflow: hidden; */
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dfe6e9;
}
.space-companies-sidebar-item:last-child {
	margin-bottom: 0;
}
.space-companies-sidebar-item img {
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 0px 10px 40px 0px rgb(109 141 173 / 25%);
}
.space-companies-sidebar-item-img {
	width: 65px;
	height: 50px;
	margin-right: -65px;
}
.space-companies-sidebar-item-title {
	margin-left: 65px;
}
.space-companies-sidebar-item-title a {
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #151515;
}
.space-companies-sidebar-item-title a:hover {
	color: #b2bec3;
}
.space-companies-sidebar-item-title p {
	padding-top: 3px;
	padding-bottom: 0 !important;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
    margin-bottom: 0;
    padding-bottom: 0;
}
.space-companies-sidebar-item-title p a {
	color: #ff2453;
	font-weight: 400;
	text-decoration: underline;
}
.space-companies-sidebar-item-title p a:hover {
	text-decoration: none;
}
.space-companies-sidebar-item-button {
	margin-top: 10px;
	margin-left: 65px;
}
.space-companies-sidebar-item-button a {
	display: inline-block;
	padding: 11px 18px;
	font-weight: 700;
    font-size: 0.75em;
    line-height: 1em;
    color: #fff;
    border-radius: 3px;
    background-color: #be2edd;
    -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;
}
.space-companies-sidebar-item-button a:hover {
	background-color: #57606f;
}

/* Organizations Sidebar #1 Widget End */

/* Organizations Sidebar #2 Widget Start */

.space-companies-sidebar-2-items-wrap {
	margin: 0;
}
.space-companies-sidebar-2-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-companies-sidebar-2-item {
	display: inline-block;
}
.space-companies-sidebar-2-item:last-child .space-companies-sidebar-2-item-ins {
	margin-bottom: 0;
}
.space-companies-sidebar-2-item img {
	border-radius: 5px;
}
.space-companies-sidebar-2-item-ins {
	margin: 0 15px 30px;
	overflow: hidden;
}
.space-companies-sidebar-2-item-img {
	width: 115px;
	height: 100px;
	margin-right: -115px;
	line-height: 0;
	z-index: 1;
}
.space-companies-sidebar-2-item-title-box {
	width: 100%;
}
.space-companies-sidebar-2-item-title-box-ins {
	margin-left: 115px;
}
.space-companies-sidebar-2-item-title {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	color: #151515;
}
.space-companies-sidebar-2-item-title a {
	color: #151515;
	border-bottom: 1px solid transparent;
}
.space-companies-sidebar-2-item-title a:hover {
	color: #b2bec3;
}
.space-companies-sidebar-2-item-rating {
	margin-bottom: 5px;
}
.space-companies-sidebar-2-item-rating .star-rating {
	line-height: 1em;
}
.space-companies-sidebar-2-item-rating .star-rating .star-full:before {
	content: "\f005";
	font-weight: 900;
}
.space-companies-sidebar-2-item-rating .star-rating .star-half:before {
	content: "\f5c0";
	font-weight: 900;
}
.space-companies-sidebar-2-item-rating .star-rating .star-empty:before {
	content: "\f005";
	font-weight: 400;
}
.space-companies-sidebar-2-item-rating .star-rating .star {
	color: #ff2453;
	display: inline-block;
	font-family: 'Font Awesome 5 Free' !important;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	padding-right: 1px;
	padding-left: 1px;
}
.space-companies-sidebar-2-item-rating .star-rating span.screen-reader-text {
	display: none;
}
.space-companies-sidebar-2-item-desc {
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #7f8c8d;
}
.space-companies-sidebar-2-item-desc a {
	color: #ff2453;
	text-decoration: underline;
}
.space-companies-sidebar-2-item-desc a:hover {
	text-decoration: none;
}

/* Organizations Sidebar #2 Widget End */

/* Single Product Unit Page - Style #1 Start */

.space-unit-content-short-desc {
	padding: 10px 0 0;
	font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #2e3246;
}
.space-unit-content-short-desc p {
    line-height: 1.45em !important;
}
.space-unit-content-excerpt {
	overflow: hidden;
	padding-top: 30px;
	font-weight: 300;
    font-size: 1.333em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-unit-content-excerpt p {
    line-height: 1.45em !important;
}
.space-unit-content-button-wrap {
	/* display: inline-block; */
	padding-bottom: 15px;
}
.space-unit-content-button {
	display: inline-block;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #dfe6e9;
}
.space-unit-content-button a {
	display: inline-block;
	padding: 13px 40px;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #2ecc71;
    text-decoration: none !important;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.35);
    -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;
}
.space-unit-content-button a:hover {
	box-shadow: 0px 0px 15px 0px rgba(45, 221, 108, 0.55);
}
.space-unit-content-button a i {
	padding-left: 5px;
}

/* Single Product Unit Page - Style #1 End */

/* Product Unit Vendors Start */

.space-vendors span {
	font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #2e3246;
}
.space-vendors-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	margin: 3px 0 10px;
}
.space-vendors-items img {
	border-radius: 5px;
}
.space-vendors-item {
	display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 0;
}
.space-vendors-item.name {
	font-weight: 700;
	padding: 5px 15px;
    border: 1px solid #dfe6e9;
    border-radius: 5px;
    font-size: 1em;
    line-height: 20px;
    color: #2e3246 !important;
    text-decoration: none !important;
}
.space-vendors-item.name:hover {
	border: 1px solid #ff2453;
}
.unit-page-style-2 .space-vendors-items {
	align-items: flex-start;
	justify-content: flex-start;
	margin: 10px 0 5px;
}
.unit-page-style-2 .space-vendors span {
    font-size: 12px;
    line-height: 1em;
    padding-right: 10px;
}
.unit-page-style-2 .space-vendors-item.name {
	border: 1px solid #7f8c8d;
    font-weight: 400;
}
.unit-page-style-3 .space-vendors {
	right: 15px;
    bottom: 0;
}
.unit-page-style-3 .space-vendors-items {
	align-items: flex-start;
	justify-content: flex-end;
	margin: 5px 0 0;
}
.unit-page-style-3 .space-vendors span {
    color: #b2bec3;
    font-size: 12px;
    line-height: 1em;
    padding-right: 10px;
}
.unit-page-style-3 .space-vendors-item.name {
    color: #b2bec3 !important;
    font-weight: 400;
}

/* Product Unit Vendors End */

/* Product Units #1 Widget Start */

.space-units-home-widget {
	/* overflow: hidden; */
	background-color: #f1f3f4;
	margin-bottom: 60px;
}
.space-units-home-widget .space-block-title {
	padding-bottom: 15px;
}
.space-units-home-widget.homepage-block {
	margin-top: 0;
}
.space-units-home-widget-ins {
	padding-top: 45px !important;
	padding-bottom: 30px !important;
}
.space-units-archive-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	margin-top: 15px;
}
.space-units-archive-item {
	display: inline-block;
}
.space-units-archive-item a img {
	border-radius: 5px 5px 0 0 !important;
}
.space-units-archive-item-ins {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	margin: 0 15px 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;
}
.space-units-archive-item-ins:hover {
	box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}
.space-units-archive-item-wrap {
	padding: 30px;
}
.space-units-archive-item-img {
	margin-bottom: 0;
	line-height: 0;
	text-align: center;
}
.space-units-archive-item-title {
	margin-bottom: 10px;
}
.space-units-archive-item-title a {
	font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
    color: #151515;
}
.space-units-archive-item-title a:hover {
	color: #b2bec3;
}
.vendor-list-item .space-units-archive-item-title {
	margin-bottom: 0;
}
.space-units-archive-item-short-desc {
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-units-archive-item-short-desc p {
	line-height: 1.45em !important;
}
.space-units-archive-item-button {
	margin-top: 30px;
}
.vendor-list-item .space-units-archive-item-button {
	margin-top: -23px;
}
.space-units-archive-item-button a {
	display: inline-block;
	padding: 13px 40px;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #be2edd;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
    -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;
}
.space-units-archive-item-button a:hover {
	box-shadow: 0px 8px 30px 0px rgba(190, 46, 221, 0.60);
}
.space-units-archive-item-button-notice {
	margin: 8px 15px 0;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
}
.space-units-archive-item-button-notice a {
	color: #7f8c8d !important;
	text-decoration: underline;
}
.space-units-archive-item-button-notice a:hover {
	text-decoration: none;
}
.space-units-archive-item-button-notice p {
    line-height: 1.25em !important;
}
.space-units-shortcode-1 .space-block-title {
	padding-bottom: 15px;
}

/* Product Units #1 Widget End */

/* Product Units #2 Widget Start */

.space-units-home-2-widget {
	/* overflow: hidden; */
}
.space-units-home-2-widget-ins {
	padding-bottom: 30px;
}
.space-units-2-archive-columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-units-2-archive-column {
	display: inline-block;
}
.space-units-2-archive-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-units-2-archive-item {
	display: inline-block;
}
.space-units-2-archive-item-ins {
	margin: 0 15px 30px;
}
.space-units-2-archive-item-img-wrap {
	height: 0;
	padding-bottom: 100%;
	background-color: #f1f3f4;
	border-radius: 5px;
}
.space-units-2-archive-item img {
	border-radius: 5px;
}
.space-units-2-archive-item-ins .space-overlay {
	border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
}
.space-units-2-archive-item-ins:hover .space-overlay {
	border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
}
.space-units-2-archive-item-overlay {
	padding: 0 30px;
	order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.space-units-2-archive-item-rating {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	right: 30px;
	top: 30px;
	color: #b2bec3;
	font-size: 1em;
    line-height: 30px;
}
.second .space-units-2-archive-item-rating {
	right: 15px;
	top: 15px;
}
.space-units-2-archive-item-rating strong {
	font-weight: 700;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}
.space-units-2-archive-item-rating span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
	background-color: rgba(255, 211, 42, 0.3);
}
.space-units-2-archive-item-category {
	color: #b2bec3;
	font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 5px;
}
.second .space-units-2-archive-item-category {
	font-size: 0.75em;
}
.space-units-2-archive-item-category a {
	color: #b2bec3 !important;
	text-decoration: underline !important;
	display: inline-block;
	margin: 0 2px;
}
.space-units-2archive-item-category a:hover {
	color: #fff !important;
}
.space-units-2-archive-item-title {
	font-weight: 700;
	color: #fff;
	font-size: 2.369em;
    line-height: 1.15em;
    margin-bottom: 20px;
}
.second .space-units-2-archive-item-title {
	font-size: 1.333em;
	margin-bottom: 15px;
}
.space-units-2-archive-item-button1 {
	color: #fff;
	font-size: 1em;
    line-height: 1.333em;
    margin-bottom: 14px;
}
.second .space-units-2-archive-item-button1 {
    margin-bottom: 10px;
}
.space-units-2-archive-item-button1 a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1em;
    line-height: 1.333em;
    display: inline-block;
    min-width: 190px;
    min-height: 46px;
    padding: 13px 25px;
    border-radius: 23px;
    background-color: #2ecc71;
    box-shadow: 0px 10px 15px 0px rgba(46, 204, 113, 0.5);
}
.space-units-2-archive-item-button1 a:hover {
	box-shadow: 0px 0px 0px 0px rgba(46, 204, 113, 0);
}
.second .space-units-2-archive-item-button1 a {
    min-width: 140px;
    min-height: 36px;
    padding: 8px 20px;
    border-radius: 18px;
}
.space-units-2-archive-item-button2 {
	color: #b2bec3;
	font-size: 1em;
    line-height: 1.25em;
}
.space-units-2-archive-item-button2 a {
	color: #b2bec3 !important;
	text-decoration: none !important;
	font-size: 1em;
    line-height: 1.333em;
    display: inline-block;
    min-width: 190px;
    min-height: 44px;
    padding: 12px 25px;
    border-radius: 23px;
    border: 1px solid #b2bec3;
    background-color: transparent;
}
.space-units-2-archive-item-button2 a:hover {
	color: #fff !important;
	border: 1px solid #fff;
}
.second .space-units-2-archive-item-button2 a {
    min-width: 140px;
    min-height: 36px;
    padding: 7px 20px;
    border-radius: 18px;
}
.space-units-2-archive-item-tac {
	left: 30px;
	bottom: 30px;
	color: #b2bec3;
	font-size: 0.75em;
    line-height: 1.25em;
}
.space-units-2-archive-item-tac p{
	margin-bottom: 0;
}
.second .space-units-2-archive-item-tac {
	left: 15px;
	bottom: 15px;
}
.space-units-2-archive-item-tac a {
	color: #b2bec3 !important;
	text-decoration: underline !important;
	display: inline-block;
}
.space-units-2-archive-item-tac a:hover {
	color: #fff !important;
}

/* Product Units #2 Widget End */

/* Product Units #3 Widget Start */

.space-units-home-3-widget-ins {
	padding-bottom: 30px;
}
.space-units-3-archive-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-units-3-archive-item {
	display: inline-block;
}
.space-units-3-archive-item-ins {
	margin: 0 15px 30px;
}
.space-units-3-archive-item-img-wrap {
	height: 0;
	padding-bottom: 100%;
	background-color: #f1f3f4;
	border-radius: 5px;
}
.space-units-3-archive-item img {
	border-radius: 5px;
}
.space-units-3-archive-item-ins .space-overlay {
	border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
}
.space-units-3-archive-item-ins:hover .space-overlay {
	border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
}
.space-units-3-archive-item-overlay {
	padding: 0 30px;
	order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.space-units-3-archive-item-rating {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	right: 15px;
	top: 15px;
	color: #b2bec3;
	font-size: 1em;
    line-height: 30px;
}
.space-units-3-archive-item-rating strong {
	font-weight: 700;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}
.space-units-3-archive-item-rating span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
	background-color: rgba(255, 211, 42, 0.3);
}
.space-units-3-archive-item-category {
	color: #b2bec3;
	font-size: 0.75em;
    line-height: 1.25em;
    margin-bottom: 5px;
}
.space-units-3-archive-item-category a {
	color: #b2bec3 !important;
	text-decoration: underline !important;
	display: inline-block;
	margin: 0 2px;
}
.space-units-3-archive-item-category a:hover {
	color: #fff !important;
}
.space-units-3-archive-item-title {
	font-weight: 700;
	color: #fff;
	font-size: 1.333em;
    line-height: 1.15em;
	margin-bottom: 15px;
}
.space-units-3-archive-item-button1 {
	color: #fff;
	font-size: 1em;
    line-height: 1.333em;
    margin-bottom: 10px;
}
.space-units-3-archive-item-button1 a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1em;
    line-height: 1.333em;
    display: inline-block;
    min-width: 140px;
    min-height: 36px;
    padding: 8px 20px;
    border-radius: 18px;
    background-color: #2ecc71;
    box-shadow: 0px 10px 15px 0px rgba(46, 204, 113, 0.5);
}
.space-units-3-archive-item-button1 a:hover {
	box-shadow: 0px 0px 0px 0px rgba(46, 204, 113, 0);
}
.space-units-3-archive-item-button2 {
	color: #b2bec3;
	font-size: 1em;
    line-height: 1.25em;
}
.space-units-3-archive-item-button2 a {
	color: #b2bec3 !important;
	text-decoration: none !important;
	font-size: 1em;
    line-height: 1.333em;
    display: inline-block;
    min-width: 140px;
    min-height: 36px;
    padding: 7px 20px;
    border-radius: 18px;
    border: 1px solid #b2bec3;
    background-color: transparent;
}
.space-units-3-archive-item-button2 a:hover {
	color: #fff !important;
	border: 1px solid #fff;
}
.space-units-3-archive-item-tac {
	left: 15px;
	bottom: 15px;
	color: #b2bec3;
	font-size: 0.75em;
    line-height: 1.25em;
}
.space-units-3-archive-item-tac a {
	color: #b2bec3 !important;
	text-decoration: underline !important;
	display: inline-block;
}
.space-units-3-archive-item-tac a:hover {
	color: #fff !important;
}
.space-units-3-archive-item-tac p {
    line-height: 1.25em !important;
}

/* Product Units #3 Widget End */

/* Product Units Sidebar #1 Widget Start */

.space-units-sidebar-items-wrap {
	margin: 0 15px;
}
.space-units-sidebar-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-units-sidebar-item {
	display: inline-block;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dfe6e9;
}
.space-units-sidebar-item:last-child {
	margin-bottom: 0;
}
.space-units-sidebar-item img {
	margin-top: 5px;
	border-radius: 5px;
}
.space-units-sidebar-item-img {
	width: 65px;
	height: 50px;
	margin-right: -65px;
}
.space-units-sidebar-item-title {
	margin-left: 65px;
}
.space-units-sidebar-item-title a {
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #151515;
}
.space-units-sidebar-item-title a:hover {
	color: #b2bec3;
}
.space-units-sidebar-item-title p {
	padding-top: 3px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.space-units-sidebar-item-button {
	margin-top: 10px;
	margin-left: 65px;
}
.space-units-sidebar-item-button a {
	display: inline-block;
	padding: 11px 18px;
	font-weight: 700;
    font-size: 0.75em;
    line-height: 1em;
    color: #fff;
    border-radius: 3px;
    background-color: #be2edd;
    -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;
}
.space-units-sidebar-item-button a:hover {
	background-color: #57606f;
}

/* Product Units Sidebar #1 Widget End */

/* Single Offer Page - Style #1 Start */

.type-bonus .space-page-section-ins {
    padding-top: 23px;
}
.single-offer .space-page-section-ins {
    padding-top: 30px;
}
.space-aces-single-offer-box {
	margin: 0 0 45px;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.space-offer-single-1 {
	max-width: 1200px;
    margin: 0 auto;
}
.space-offer-single-1 .space-aces-single-offer-box {
	margin: 30px 0;
}
.space-aces-single-offer-img {
	display: inline-block;
}
.space-aces-single-offer-img img {
	border-radius: 5px 0 0 5px;
}
.space-aces-single-offer-img-ins {
	padding: 0 15px;
}
.space-aces-single-offer-info {
	border-radius: 5px;
	background-color: #f5f6fa;
	margin: 0 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.space-offer-single-1 .space-aces-single-offer-info {
	border-radius: 0;
	background-color: transparent;
	margin: 0;
}
.space-aces-single-offer-info .space-overlay {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
}
.space-aces-single-offer-info-ins {
	position: relative;
	padding: 60px 45px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.space-offer-single-1 .space-aces-single-offer-info-ins {
	padding: 0 30px;
}
.space-aces-single-offer-info-cat {
	font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-aces-single-offer-info-cat a {
	font-size: 1em;
    line-height: 1.45em;
    color: #7f8c8d !important;
    text-decoration: none !important;
}
.space-aces-single-offer-info-cat a:hover {
	text-decoration: underline;
}
.space-aces-single-offer-info-title {
	margin-top: 5px;
}
.space-aces-single-offer-info-title h1 {
	font-weight: 900;
    font-size: 2.369em;
    line-height: 1.1em;
}
.space-aces-single-offer-info-title span.offer-title-1 {
	font-weight: 900;
    font-size: 2.369em;
    line-height: 1.1em;
    color: #151515;
}
.space-aces-single-offer-info-short-desc {
	margin-top: 30px;
	font-weight: 400;
    font-size: 1.333em;
    line-height: 1.35em;
    color: #7f8c8d;
}
.space-aces-single-offer-info-short-desc p {
	line-height: 1.35em !important;
}
.space-offer-single-1 .space-aces-single-offer-info-short-desc {
	max-width: 800px;
    margin: 30px auto 0;
}
.space-aces-single-offer-info-code-button {
	padding-top: 35px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.space-offer-single-1 .space-aces-single-offer-info-code-button {
	max-width: 800px;
    margin: auto;
}
.space-aces-single-offer-info-code-ins {
	padding: 0 15px;
}
.space-aces-single-offer-info-code-value {
	display: block;
	padding: 5px 20px 11px;
    margin-top: -8px;
    color: #2d3436;
    border-radius: 23px;
    border: 2px solid #7f8c8d;
}
.space-offer-single-1 .space-aces-single-offer-info-code-value {
	max-width: 400px;
    margin: -8px auto 0;
}
.space-aces-single-offer-info-code-value legend {
	padding: 0 15px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-aces-single-offer-info-code-value span {
  font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 1.333em;
    line-height: 1em;
}
.space-aces-single-offer-info-code-date {
	margin-top: 5px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-aces-single-offer-info-code-date span {
	font-weight: 700;
	color: #2d3436;
}
.space-aces-single-offer-info-button-ins {
	padding: 0 15px;
}
.space-aces-single-offer-info-button-ins a {
	display: inline-block;
	padding: 13px 40px;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff !important;
    border-radius: 23px;
    background-color: #be2edd;
    text-decoration: none !important;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0);
    -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;
}
.space-aces-single-offer-info-button-ins a:hover {
	box-shadow: 0px 8px 30px 0px rgba(190, 46, 221, 0.60);
}
.space-aces-single-offer-info-button-ins a i {
	padding-left: 5px;
}
.space-single-offer.space-dark-style .space-overlay {
	background: rgba(0, 0, 0, 0.8);
}
.space-single-offer.space-dark-style .space-aces-single-offer-info {
	background-color: #111111;
}
.space-offer-single-1.space-single-offer.space-dark-style .space-aces-single-offer-info {
	background-color: transparent;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-cat,
.space-single-offer.space-dark-style .space-aces-single-offer-info-cat a {
	color: #777777;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-title h1 {
	color: #fff;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-title span.offer-title-1 {
	color: #fff;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-short-desc {
	color: #e4e5e7;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-code-value {
    color: #fff;
    border: 2px solid #777777;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-code-title span {
    color: #777777;
    background-color: #111111;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-code-date {
    color: #777777;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-code-date span {
	color: #fff;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-button-ins a {
	background-color: #ff2453;
}
.space-single-offer.space-dark-style .space-aces-single-offer-info-button-ins a:hover {
	box-shadow: 0px 8px 30px 0px rgba(255, 36, 83, 0.60);
}
.space-offer-content-excerpt {
	overflow: hidden;
	padding-bottom: 30px;
	font-weight: 300;
    font-size: 1.333em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-offer-content-excerpt p {
    line-height: 1.45em;
}

/* Single Offer Page - Style #1 End */

/* Offers #1 Widget Start */

.space-offers-home-widget {
	background-color: #f1f3f4;
	margin-bottom: 60px;
}
.space-offers-home-widget .space-block-title {
	padding-bottom: 15px;
}
.space-offers-home-widget.homepage-block {
	margin-top: 0;
}
.space-offers-home-widget-ins {
	padding-top: 45px !important;
	padding-bottom: 30px !important;
}
.space-offers-archive-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
.space-offers-archive-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.space-offers-archive-item-ins {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding: 40px;
	background-color: #fff;
	height: 100%;
    justify-content: space-between;
    flex-direction: column;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	-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;
}
.space-offers-archive-item-ins:hover {
	box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}
.space-offers-archive-item-top-elements {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
        align-items: center;
}
.space-offers-archive-item-top-left-element {
	line-height: 0;
}
.space-offers-archive-item-top-elements > .space-offers-archive-item-top-left-element img {
	border-radius: 5px 0 0 0 !important;
}
.space-offers-archive-item-top-right-element {
	
}
.space-offers-archive-item-middle-elements-ins {
	border-top: 1px solid #dfe6e9;
	padding: 15px 0;
    margin: 0 15px;
}
.space-dark-style .space-offers-archive-item-middle-elements-ins {
	border-top: 1px solid #26282c;
}
.bonus_info {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 13px 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.bonus_info_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    align-content: center;
    position: relative;
    padding: 0 30px;
    text-align: center;
    height: 100%;
    white-space: nowrap;
    font-size: 16px;
}
.bonus_info_item span {
    font-size: 22px;
  	font-family: "NeueAlteGrotesk-Medium";
    display: block;
    margin-top: 3px;
}
.bonus_info_item:after {
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid #DCDCDC;
    display: block;
    position: absolute;
    right: 0;
}
.bonus_info_item:last-child:after{
	display: none;
}
.bonus_row{
	flex-direction: column;
    flex-wrap: nowrap;
}
.bonus_row .bonus_info{
	width: auto;
	flex: 1 1 auto;
}
.casino_bonus .space-offers-archive-item-ins{
/*    background: linear-gradient(335.58deg, #025946 -33%, #33CF95 90.29%);*/
    color: #fff;
}
.casino_bonus .space-offers-archive-item-ins:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    pointer-events: none;
}
.casino_bonus .bonus_info{
	background: transparent;
}
.casino_bonus.space-shortcode-wrap .space-offers-archive-item-title a{
	color: #fff !important;
}
.casino_bonus .hidden_bonus {
    gap: 30px;
}
.wp-block-button.show_more {
    margin: 0 auto;
}
.space-offers-archive-item-wrap {
	padding: 30px;
}
.space-offers-archive-item-cat {
    margin-bottom: 3px !important;
}
.space-offers-archive-item-top-elements > * {
    text-align: center;
    display: inline-block;
}
.space-offers-archive-item-title {
	margin-bottom: 20px;
	font-weight: 700;
    font-size: 20px;
    line-height: 1.15em;
    color: #000;
    text-decoration: none !important;
}
.space-offers-archive-item-title:hover {
	color: #000;
}
.space-offers-archive-item-code-value {
	display: block;
  	font-family: "NeueAlteGrotesk-SemiBold";
	padding: 12px 20px 11px;
    font-size: 20px;
    line-height: 100%;
    color: #151515;
    border-radius: 23px;
    border: 1px solid #7f8c8d;
}
.space-offers-archive-item-code-title {
	top: -12px;
	left: 0;
	right: 0;
}
.space-offers-archive-item-code-title span {
	display: inline-block;
	padding: 0 15px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
    background-color: #fff;
}
.space-offers-archive-item-short-desc {
	margin-top: 25px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.35em;
    color: #7f8c8d;
}
.space-offers-archive-item-short-desc p {
	line-height: 1.35em !important;
}
.space-offers-archive-item-button {
	margin-top: 37px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.space-offers-archive-item-button a {
	display: inline-block;
	padding: 13px 40px;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #be2edd;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0);
    -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;
}
.space-offers-archive-item-button a:hover {
	box-shadow: 0px 8px 30px 0px rgba(190, 46, 221, 0.60);
}
.space-offers-archive-item-code-date {
	margin-top: 8px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-offers-archive-item-code-date span {
	color: #2d3436;
}
.space-offers-archive-item-button-notice {
	margin-top: 8px;
	font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
}
.space-offers-archive-item-button-notice p {
    line-height: 1.25em !important;
}
.space-offers-archive-item-button-notice a {
	color: #7f8c8d !important;
	text-decoration: underline;
}
.space-offers-archive-item-button-notice a:hover {
	text-decoration: none;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-ins {
	background-color: #111111;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-cat {
	color: #777777;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-cat a {
	color: #777777;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-title a {
    color: #fff;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-title a:hover {
	color: #b2bec3;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-code-value {
    color: #fff;
    border: 1px solid #777777;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-code-title span {
    color: #777777;
    background-color: #111111;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-short-desc {
    color: #777777;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-button a {
    background-color: #ff2453;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-button a:hover {
	box-shadow: 0px 8px 30px 0px rgba(255, 36, 83, 0.60);
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-code-date {
    color: #777777;
}
.space-offers-archive-item.space-dark-style .space-offers-archive-item-code-date span {
	color: #fff;
}

/* Offers #1 Widget End */

/* ACES Cards Shortcode Start */

span.aces-card {
	position: relative;
    display: inline-block;
    padding: 0 28px 0 12px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.42em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 3px;
    background: linear-gradient(335deg, #ffffff, #e6e6e6);
	box-shadow:  3px 3px 5px #d9d9d9,
             -3px -3px 5px #ffffff;
}
span.aces-card.spades,
span.aces-card.clubs {
	color: #151515;
}
span.aces-card.hearts,
span.aces-card.diamonds {
	color: #ff2453;
}
span.aces-card:after {
    position: absolute;
    width: 14px;
    font-size: 24px;
    line-height: 25px;
    top: -1px;
    right: 10px;
}
span.aces-card.spades:after {
	content: url(../images/spades.svg);
}
span.aces-card.diamonds:after {
	content: url(../images/diamonds.svg);
}
span.aces-card.hearts:after {
	content: url(../images/hearts.svg);
}
span.aces-card.clubs:after {
	content: url(../images/clubs.svg);
}

/* ACES Cards Shortcode End */

/* Shortcodes Start */
.space-shortcode-wrap {
    margin-top: 0;
}
.space-shortcode-wrap-ins {
    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;
}

/* --- Organizations Shortcode #1 --- */

.space-shortcode-wrap .space-companies-archive-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-archive-item-title a:hover {
    color: #b2bec3 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-archive-item-button a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Organizations Shortcode #2 --- */

.space-shortcode-wrap .space-companies-2-archive-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-2-archive-item-title a:hover {
    color: #b2bec3 !important;
	text-decoration: none !important;
}

/* --- Organizations Shortcode #3 --- */

.space-shortcode-3 .space-companies-sidebar-item:last-child {
    margin-bottom: 15px;
}
.space-shortcode-3 .space-companies-sidebar-item {
    border-bottom: 0;
    padding-bottom: 0;
}
.space-shortcode-3 .space-companies-sidebar-item-ins-wrap {
	margin: 0 15px;
	padding-bottom: 15px;
    border-bottom: 1px solid #dfe6e9;
}
.space-shortcode-wrap .space-companies-sidebar-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-sidebar-item-title a:hover {
    color: #b2bec3 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-sidebar-item-title p a {
	color: #ff2453;
	text-decoration: underline !important;
}
.space-shortcode-wrap .space-companies-sidebar-item-title p a:hover {
	color: #ff2453;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-companies-sidebar-item-button a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Organizations Shortcode #4 --- */

.space-shortcode-wrap .space-organizations-3-archive-item-button-ins a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Organizations Shortcode #5 --- */

.space-shortcode-wrap .space-organizations-4-archive-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-organizations-4-archive-item-title a:hover {
	color: #bdc3c7 !important;
}
.space-shortcode-wrap .space-organizations-4-archive-item-desc a {
    color: #7f8c8d !important;
}
.space-shortcode-wrap .space-organizations-4-archive-item-button-two-ins a,
.space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Product Units Shortcode #6 --- */

.space-shortcode-wrap .space-units-archive-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-units-archive-item-title a:hover {
    color: #b2bec3 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-units-archive-item-button a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Product Units Shortcode #7 --- */

.space-shortcode-7 .space-units-sidebar-item:last-child {
    margin-bottom: 15px;
}
.space-shortcode-7 .space-units-sidebar-item {
    border-bottom: 0;
    padding-bottom: 0;
}
.space-shortcode-7 .space-units-sidebar-item-ins-wrap {
	margin: 0 15px;
	padding-bottom: 15px;
    border-bottom: 1px solid #dfe6e9;
}
.space-shortcode-wrap .space-units-sidebar-item-title a {
	color: #151515 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-units-sidebar-item-title a:hover {
    color: #b2bec3 !important;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-units-sidebar-item-title p a {
	color: #ff2453;
	text-decoration: underline !important;
}
.space-shortcode-wrap .space-units-sidebar-item-title p a:hover {
	color: #ff2453;
	text-decoration: none !important;
}
.space-shortcode-wrap .space-units-sidebar-item-button a {
	color: #fff !important;
	text-decoration: none !important;
}

/* --- Offers Shortcode #8 --- */

.space-shortcode-wrap .space-offers-archive-item-title a {
	color: #151515 !important;
}
.space-shortcode-wrap .space-offers-archive-item-title a:hover {
    color: #b2bec3 !important;
}
.space-shortcode-wrap .space-offers-archive-item.space-dark-style .space-offers-archive-item-title a {
	color: #fff !important;
}
.space-shortcode-wrap .space-offers-archive-item.space-dark-style .space-offers-archive-item-title:hover a {
	color: #b2bec3 !important;
}
.space-shortcode-wrap .space-offers-archive-item-cat a {
	text-decoration: none !important;
	text-transform: uppercase;
}
.space-shortcode-wrap .space-offers-archive-item-cat a:hover {
	text-decoration: underline !important;
}
.space-shortcode-wrap .space-offers-archive-item-title a {
	text-decoration: none !important;
}
.space-shortcode-wrap .space-offers-archive-item-button a {
    color: #fff ;
	text-decoration: none;
}

/* Shortcodes End */

.space-load-more-button {
	cursor: pointer;
	display: inline-block;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    padding: 0 25px;
    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;
}
.space-load-more-button:hover {
	background-color: #57606f;
    color: #fff;
    text-decoration: none;
}
.space-units-archive-items.items-4 .archive-item {
	width: 25%;
}
.space-units-archive-items.items-3 .archive-item{
	width: 33%;
}
.space-organizations-8-archive-item-brand .meta_items {
    position: absolute;
    top: -9px;
    left: -11px;
}
.meta_items{
    display: flex;
    font-size: 10px;
    font-family: "NeueAlteGrotesk-SemiBold";
    line-height: 90%;
    gap: 6px;
}
.meta_items .meta_casino {
    max-width: 100px;
    padding: 4px 12px 4px 4px;
    border-radius: 20px;
    background: red;
    color: #fff;
    line-height: 90%;
    align-items: center;
    display: flex;
    height: 26px;
    position: relative;
}
.meta_casino:before {
    content: "";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-position: center center;
    margin-right: 6px;
    background-size: 12px auto;
    padding: 3px;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}
.meta_casino.rtp_meta:before {
	display: none;
}
.meta_casino.rtp_meta{
	padding: 10px 12px;
	font-size: 14px;
	background-color: #33CF95;
	max-width: unset;
}
.space-units-carousel-archive-item-ins .meta_items {
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 14px;
}
.meta_casino.hot_meta{
    background: #FF0000;
}
.meta_casino.hot_meta:before{
    background-image: url(../images/hot.png);
}
.meta_casino.new_meta{
    background: #FF8800;
}
.meta_casino.new_meta:before{
    background-image: url(../images/new.png);
}
.meta_casino.checked_meta{
    background: #00C400;
}
.meta_casino.checked_meta:before{
    background-image: url(../images/done.png);
    background-size: 10px auto;
}
.space-content-header .meta_items{
	gap: 12px;
	font-size: 14px;
}
.space-content-header .meta_items .meta_casino {
    max-width: 128px;
    padding: 6px 13px 4px 4px;
    height: 34px;
}
.space-content-header .meta_casino:before {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    background-size: 16px auto;
}
.space-casino-section .space-content-section{
	flex: 1 0 calc( 100% - 530px );
}
.space-content-section{
	overflow: hidden;
}
.space-sidebar-section{
	flex: 1 1 530px;
}
.space-content-header{
	width: 100%;
	margin-top: 0 !important;
	padding: 60px 40px !important;
}
.space-content-header .meta_items {
    justify-content: flex-end;
    position: absolute;
    top: 15px;
    right: 15px;
}
.space-brand-name {
    gap: 30px;
    align-items: center;
}
.space-brand-name .casino_logo {
    flex: 1 0 auto;
}
.space-brand-name .casino_logo img{
	border-radius: 16px;
}
.space-brand-name .h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    display: block;
}
.casino_info{
	position: relative;
	gap: 60px;
}
.casino_info_item {
    position: relative;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
}
.casino_info .casino_info_item::after {
    content: "";
    border-right: 1px solid #DCDCDC;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
}
.casino_info_item:last-child:after{
	display: none;
}
.space-content-header .archive-item-lisence {
    gap: 10px;
    margin-right: 0;
}
.space-content-header .lisence_icon {
    width: 26px;
    height: 26px;
}
.space-page-content {
	position: relative;
}
.space-page-content:not(.show){
    max-height: 640px;
    overflow: hidden;
    box-sizing: border-box;
}
.space-page-content .wp-block-column {
    overflow: hidden;
}
.space-page-content:not(.show):after {
    content: "";
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    height: 50%;
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}
.space-content-section .space-shortcode-wrap {
    width: 100%;
    margin-top: 48px;
}
.space-content-section .owl-carousel.space-units-carousel .owl-stage-outer{
	overflow: hidden;
}
.space-block-title {
    font-size: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 16px;
    align-items: flex-end;
    line-height: 100%;
    flex: 1 0 100%;
    padding-right: 120px;
    flex-wrap: wrap;
}
.space-block-title .h2{
	margin-bottom: 0;
	flex: 0 1 auto;
}
.casino_bonus{
	margin-top: 90px;
}
@media (max-width: 1750px){
	.bonus_info_item {
		padding: 0 13px;
	    font-size: 14px;
	}
	.bonus_info_item span {
	    font-size: 18px;
	}
}
@media (max-width: 1580px){
	.space-casino-section .space-content-section{
		flex: 1 1 calc( 100% - 400px );
		overflow: hidden;
	}
	.space-sidebar-section{
		flex: 1 1 430px;
	}
}
@media (max-width: 1400px){
	.space-organizations-8-archive-items.table {
	    display: flex !important;
	    flex-wrap: wrap;
	    border-spacing: 0;
	    gap: 20px;
	}
	.space-organizations-8-archive-items .table-row {
	    display: flex !important;
	    flex: 0 1 calc(50% - 10px);
	    width: calc(50% - 10px);
	    flex-direction: column;
	    box-sizing: border-box;
	    padding: 14px;
	    gap: 20px;
	}
	.meta_items, .space-organizations-8-archive-item-brand .meta_items {
	    position: relative;
	    display: flex;
	    margin-bottom: 14px;
	    top: 0;
	    left: auto;
	}
	.space-organizations-8-archive-item-brand {
        width: 100% !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }
    .space-organizations-8-archive-item-brand-logo {
	    width: 100%;
	}
	.space-organizations-8-archive-item-brand-name,
	.space-organizations-8-archive-item-brand .casino_logo {
	    width: 100%;
	    text-align: center;
	    display: block;
	}
	.space-organizations-8-archive-item-brand .rating {
	    width: 28px;
	    --rating: 100% !important;
	}
	.space-organizations-8-archive-item-brand .item-stars-rating {
	    position: absolute;
	    margin-top: 0;
	    align-items: center;
	    top: 0;
	    right: 0px;
	    width: auto;
	}
    .space-organizations-8-archive-item-brand {
        gap: 20px;
    }
    .fixed-item-buttons {
        width: 100%;
    }
    .space-organizations-8-archive-item-buttons {
	    justify-content: space-between;
	    gap: 10px;
	}
	.space-organizations-8-archive-item-buttons .wp-block-buttons {
	    flex: 1 0 calc(50% - 5px);
	}
	.space-organizations-8-archive-item-buttons .wp-block-buttons>.wp-block-button {
	    display: block;
	}
	.space-organizations-8-archive-item-buttons .wp-block-buttons .wp-block-button__link.wp-element-button,
	.space-offers-archive-item-button.wp-block-buttons .wp-block-button__link.wp-element-button {
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	}
	.single_header .space-organizations-8-archive-items .table-cell:nth-child(2),
	.single_header .space-organizations-8-archive-items .table-cell:nth-child(3),
	.single_header .space-organizations-8-archive-item:nth-child(2) .space-organizations-8-archive-item-brand-name-link,
	.single_header .space-organizations-8-archive-item:nth-child(3) .space-organizations-8-archive-item-brand-name-link {
	    display: none;
	}
	.single_header .space-organizations-8-archive-item:nth-child(1){
	    flex: 1 0 100%;
	}
	.single_header .space-organizations-8-archive-item:nth-child(2) .space-organizations-8-archive-item-brand,
	.single_header .space-organizations-8-archive-item:nth-child(3) .space-organizations-8-archive-item-brand {
	    gap: 0;
	}
	.single_header .space-organizations-8-archive-item:nth-child(2) .wp-block-buttons .wp-block-button .wp-element-button,
	.single_header .space-organizations-8-archive-item:nth-child(3) .wp-block-buttons .wp-block-button .wp-element-button {
	    padding-top: 12px !important;
	    padding-bottom: 12px !important;
	}
}
@media (max-width: 1280px){
	.box-100 > .box-33 {
	    flex: calc(50% - 12px);
	}
    .space-offers-archive-items {
	    gap: 16px;
	}
	.space-offers-archive-item-ins {
	    padding: 30px 20px 20px;
	}
	.space-organizations-8-archive-item:not(.heading):before {
    	border-radius: 20px;
    }
	.space-units-carousel-archive-item-title {
	    font-size: 20px;
	}
	.space-units-carousel-archive-item img{
		max-width: unset;
	}
	.space-casino-section .space-content-section {
	    flex-grow: 1;
	}
}
@media (max-width: 1023px){
	.single_header .space-organizations-8-archive-item:not(:nth-child(1)) a.casino_logo,
	.single_header .space-organizations-8-archive-item-buttons-left {
	    display: none;
	}
	.single_header .space-organizations-8-archive-item:not(:nth-child(1)) .fixed-item-buttons {
	    display: flex;
	    gap: 14px;
	    align-items: center;
	}
	.single_header .space-organizations-8-archive-item-buttons-right a{
		border-radius: 8px;
	}
	.single_header .space-organizations-8-archive-item:not(:nth-child(1)) .space-organizations-8-archive-item-buttons {
        justify-content: space-between;
        gap: 10px;
        flex: 1 0 auto;
    }
}
@media (max-width: 700px){
    .space-organizations-8-archive-items .table-row {
        flex: 0 1 100%;
    }
    .space-shortcode-filters {
	    overflow-x: scroll;
	}
	.box-100 > .box-33 {
        flex: 100%;
    }
    .space-units-carousel-archive-item-img-wrap {
	    border-radius: 20px;
	}
}
@media (min-width: 1440px){
	.space-organizations-8-archive-item label{
		display: none;
	}
}
@media (min-width: 1401px){
	.space-shortcode-wrap-ins.home_game_block{
		margin-right: -20px;
		margin-left: -20px;
		width: calc( 100% + 40px );
	}
	.table-cell.fixed-item-buttons{
		padding-right: 20px;
	}
}