@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist,
ol.nolist,
ul.nolist li,
ol.nolist li {
	list-style-type: none;
}
.clr,
.d-block,
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p+p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
	outline: 0 none;
	background: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	color: #39ade5;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
a,
a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left,
.alignleft {
	float: left;
}
.f-right,
.alignright {
	float: right;
}
.d-center,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none,
.hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex,
.fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1,
.block2,
.block3,
.block4,
.block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'VW Text';
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
	line-height: 1.5em;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: normal;
	color: #000;
	overflow-x: hidden;
}
.w100p,
.site,
.site-inner,
.site-header,
.site-header-main,
.site-content,
.site-footer,
.site-info {
	width: 100%;
}
.entry-title,
.page-title,
.entry-title a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	margin: 10px 0;
	color: #fff;
	background-color: #131313;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #798da5;
}
#site-header {
	background-color: #f6f6f6;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	background-image: url(../images/sa-flag.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}
body.admin-bar #site-header {
	top: 32px;
}
#headerFix {
	width: 100%;
	position: relative;
	display: block;
}
.site-logo img {
	width: 280px;
}
.header-logo-area {
	padding: 15px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
.logo-right li {
	padding: 0 10px;
}
.logo-right li a {
	color: #fff;
	padding: 5px 15px;
	display: block;
	clear: both;
	position: relative;
	background-color: #e6af2e;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
/*.logo-right li a:hover {
	background-color: #8e8e8e;
}*/
.logo-right li.right a {
	background-color: #64bfc8;
}
.logo-right li a:hover,
.logo-right li.right a:hover {
	color: #8e8e8e;
	background-color: #fff;
}
.primary-menu li {
	position: relative;
}
.primary-menu a {
	color: #000;
	display: block;
	clear: both;
	width: 100%;
	padding: 6px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	text-align: center;
}
.primary-menu ul.sub-menu a {
	line-height: 1;
	text-align: left;
}
.primary-menu a:hover,
.primary-menu a[aria-current="page"] {
	background-color: #007847;
	color: #fff;
}
.primary-menu .icon {
	display: none;
}
#homeSlider #metaslider_8,
#homeMobileSlider #metaslider_483,
#home-bottom-slider #metaslider_681 {
	margin-bottom: 0;
}
#homeSlider .metaslider .caption-wrap,
#homeMobileSlider .metaslider .caption-wrap,
#home-bottom-slider .metaslider .caption-wrap {
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	opacity: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
#homeSlider .metaslider .caption,
#homeMobileSlider .metaslider .caption,
#home-bottom-slider .metaslider .caption {
	padding: 0;
	max-width: 650px;
	margin: 0 40px 0 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	text-transform: uppercase;
}
#homeSlider .caption h2,
#homeMobileSlider .caption h2,
#home-bottom-slider .caption h2 {
	font-family: 'VW Text';
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
}
#homeSlider .caption h1,
#homeMobileSlider .caption h1 {
	font-family: 'VW Text';
	font-weight: bold;
	font-size: 75px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
}
#homeSlider .caption h3,
#homeMobileSlider .caption h3,
#home-bottom-slider .caption h3 {
	font-family: 'VW Text';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: normal;
	color: #ebd560;
	margin-bottom: 25px;
}
#homeSlider .caption a,
#homeMobileSlider .caption a,
.android-csino a.btn,
#home-bottom-slider .caption a {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000;
	background-color: #f9d83f;
	border: 1px solid #f9d83f;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 196, 18, 0);
	box-shadow: 0 0 0 0.2rem rgba(222, 196, 18, 0);
	text-transform: uppercase;
	border-radius: 35px;
	padding: 5px 10px;
	max-width: 300px;
	margin: 0px auto;
}
#homeSlider .caption a.download-now {
	background-color: #595959;
	border-color: #595959;
}
#homeSlider .caption a:hover,
#homeMobileSlider .caption a:hover,
.android-csino a.btn:hover,
#home-bottom-slider .caption a:hover {
	background: #1c022b;
	border-color: #1c022b;
	color: #fff;
}
#homeSlider .caption a.download-now:hover {
	background-color: #fff;
	color: #8e8e8e;
}
#homeSlider .metaslider .flex-control-nav,
#homeMobileSlider .metaslider .flex-control-nav {
	bottom: 30px;
}
#homeSlider .metaslider .flexslider .flex-control-nav a,
#homeMobileSlider .metaslider .flexslider .flex-control-nav a {
	margin: 0 3px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 1);
}
#homeSlider .metaslider .flexslider .flex-control-nav a.flex-active,
#homeMobileSlider .metaslider .flexslider .flex-control-nav a.flex-active {
	background-color: #e6af2e;
}
.jackpots {
	background-color: #06192a;
	padding: 10px 1px;
	border-radius: 4px;
	overflow: hidden;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.jackpots>div {
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.jackpots .jackpotblock {
	border-right: 1px solid #113f70;
}
.jackpots .jackpotblock .jacktotal,
.jackpots>div span {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff299;
	line-height: 30px;
}
.jackpots>div em {
	color: #6fb4ff;
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
.jackpots .jackpotblock .totalJackpots {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	color: #6fb4ff;
}
.tabSection .sow-tabs-tab-container {
	justify-content: center;
}
.tabSection .sow-tabs-tab {
	outline: none;
	border-radius: 5px;
}
.tabSection .sow-tabs-tab-container .sow-tabs-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 30px;
}
.gamesList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.latest-casino-winners .widget-title,
.need-to-contact-us .widget-title,
.need-to-contact-us p.category-title,
.promotions .panel-grid-cell a.promotions-link {
	margin: 0;
	text-align: center;
	display: block;
	clear: both;
	position: relative;
	color: #fefe9d;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: normal;
}
.latest-casino-winners th {
	background-color: #06192A;
	border: 1px solid rgb(6, 25, 42);
	border-top-color: #fff;
	padding: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.1;
	color: #fff
}
.latest-casino-winners td {
	padding: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: normal;
	background-color: #071524;
	border: 1px solid rgb(6, 25, 42);
	color: #fff;
}
.need-to-contact-us p.small-txt {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
	color: rgba(121, 141, 165, 1);
}
.need-to-contact-us input.invitation_message {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	padding: 10px;
	margin: 0 auto 10px auto;
	border: 1px solid #204d74;
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0);
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0);
	width: 300px;
	display: block;
	border-radius: 10px;
}
.need-to-contact-us input.invitation_message:hover {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
	text-decoration: none;
}
.need-to-contact-us .contact {
	text-align: center;
	background-color: #071524;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.need-to-contact-us .contact a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}
.promotions .panel-grid-cell a.promotions-link {
	text-align: left;
}
.promotions .panel-grid-cell a.see-all-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: normal;
	color: rgba(102, 204, 255, 1);
}
.promotions-image img {
	border-radius: 10px;
}
.promotions-image .widget-title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: rgba(121, 141, 165, 1);
	padding: 5px 5px 20px 5px;
}
.online-casino-south-africa-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.1;
	line-height: normal;
	padding: 20px 15px 0 15px;
	margin: 0;
	color: rgba(84, 104, 130, 1);
}
.more-less-section {
	padding-top: 40px;
}
.more-less-section .widget-title {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
}
.more-less-section p,
.more-less-section h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	color: #a0a0a0;
}
.more-less-section h3 {
	margin: 10px 0;
	color: #fff;
}
.more-less-section a {
	color: #e6af2e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 8px 0;
}
.more-data {
	display: none;
}
.more-data ul {
	padding: 10px 10px 10px 30px;
}
#site-footer {
	padding: 12px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
.footer-sidebar-1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.footer-sidebar-1 .widget {
	padding: 0 15px;
}
#site-footer {
	background-color: #eee;
}
.footer-sidebar-1 img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#menu-footer-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 15px 0 0 0;
}
#menu-footer-menu a {
	display: block;
	padding: 0 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #2b2b2b;
}
#menu-footer-menu li+li {
	border-left: 1px solid #2b2b2b;
}
#slide-menu {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: #0b213d;
	-webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px 10px rgba(0, 0, 0, .3);
	width: 250px;
	height: 100%;
	z-index: 10000;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
body.admin-bar #slide-menu {
	top: 32px;
	height: -webkit-calc(100% - 32px);
	height: -moz-calc(100% - 32px);
	height: -ms-calc(100% - 32px);
	height: calc(100% - 32px);
}
#slide-menu.slidebar--open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	display: none;
}
body.admin-bar .overlay {
	top: 32px;
	height: -webkit-calc(100vh - 32px);
	height: -moz-calc(100vh - 32px);
	height: -ms-calc(100vh - 32px);
	height: calc(100vh - 32px);
}
.overlay.overlay--open {
	display: block;
}
.inner-block {
	padding: 10px;
}
#slide-menu button.close {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.sidebarlogo img {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.sider-title {
	height: 30px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding-left: 10px;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	background: -webkit-gradient(linear, left top, right top, from(#0b213d), color-stop(53%, #1e5799), color-stop(97%, #0b213d));
	background: -webkit-linear-gradient(left, #0b213d 0%, #1e5799 53%, #0b213d 97%);
	background: -o-linear-gradient(left, #0b213d 0%, #1e5799 53%, #0b213d 97%);
	background: linear-gradient(to right, #0b213d 0%, #1e5799 53%, #0b213d 97%);
}
.slidebar-promotion {
	padding: 3px 10px;
}
.slidebar-promotion .widget-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
	padding: 0;
}
.slidebar-promotion p {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.3);
}
#menu-sidebar-menu a,
.footer-sidebar-3 a.sidebarpromotionlink {
	display: block;
	clear: both;
	width: 100%;
	color: #ffe00e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: normal;
	padding: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, .2);
	border-top: solid 1px rgba(255, 255, 255, .05);
	position: relative;
}
#menu-sidebar-menu a:hover,
.footer-sidebar-3 a.sidebarpromotionlink:hover {
	background-color: rgba(255, 255, 255, .02);
}
#menu-sidebar-menu a:before,
.footer-sidebar-3 a.sidebarpromotionlink:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#menu-sidebar-menu a:before {
	background-image: url(../images/icn-info.svg);
}
.footer-sidebar-3 a.sidebarpromotionlink:before {
	background-image: url(../images/icn-gift.svg);
}
#menu-sidebar-menu a:after,
.footer-sidebar-3 a.sidebarpromotionlink:after {
	content: "●";
	color: #6d7828;
	width: 10px;
	height: 10px;
	top: 24%;
	right: 15px;
	position: absolute;
}
.copyright-text {
	padding: 20px 10px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.bannerlink {
	display: block;
	clear: both;
	width: 100%;
}
.bannerlink img {
	width: 100%;
	position: relative;
	display: block;
	clear: both;
}
.titlebluebg .widget-title {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 9px;
	color: #fff;
	background-color: #07203e;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: normal;
}
body:not(.home) .entry-content .panel-grid+.panel-grid {
	margin-top: 30px;
}
.promotionTitle {
	padding-bottom: 20px;
}
.promotionTitle .sow-headline {
	padding: 1px 0;
	color: #546882;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
}
.sow-tabs-title,
.sow-tabs-tab {
	outline: none;
}
.titlewhite-nohr .widget-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 1);
	display: block;
	clear: both;
}
/*.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}
*/
.page strong {
	font-weight: 500;
	color: #fff;
}
.listylenone ul {
	padding: 0;
}
.listylenone li {
	list-style: none;
	padding: 10px 0;
}
.entry-content hr {
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#0b213d), color-stop(53%, #1e5799), color-stop(97%, #0b213d));
	background: -webkit-linear-gradient(left, #0b213d 0%, #1e5799 53%, #0b213d 97%);
	background: -o-linear-gradient(left, #0b213d 0%, #1e5799 53%, #0b213d 97%);
	background: linear-gradient(to right, #0b213d 0%, #1e5799 53%, #0b213d 97%) !important;
	border: none;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: none;
}
.tabslist .panel-grid-cell {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.tabslist .panel-grid-cell>.so-panel {
	padding: 0 3px;
	cursor: pointer;
}
.tabslist .panel-grid-cell .so-widget-sow-image img {
	width: 100px;
	opacity: 0.6;
}
.tabslist .panel-grid-cell .so-widget-sow-image .widget-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 2.1;
	letter-spacing: normal;
	text-align: center;
	color: rgba(255, 224, 14, 0.6);
}
.tabslist .panel-grid-cell>.so-panel.tab-active .so-widget-sow-image img {
	opacity: 1;
}
.tabslist .panel-grid-cell>.so-panel.tab-active .so-widget-sow-image .widget-title {
	font-weight: 700;
}
.tabsData .panel-grid-cell>.so-panel {
	display: none;
}
.bankBox {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	text-align: center;
}
.bankBox .so-widget-sow-image img {
	max-height: 50px;
	max-width: auto;
}
.bankBox p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: normal;
	color: #798da5;
	margin: 30px 0;
	text-align: center;
}
.bankBox .bank h6,
.bankBox .bank h5 {
	color: #fff;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: normal;
	text-align: center;
}
.bitcoinpage .bankBox .bank h6,
.bitcoinpage .bankBox .bank h5 {
	text-transform: uppercase;
}
.bitcoinpage .bankBox .bank p {
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
}
.android-csino .widget-title {
	text-align: center;
	text-transform: uppercase;
}
.android-csino .titblock,
.android-csino .titblock h3 {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}
.android-csino .panel-cell-style {
	background-color: #0b213d;
	border: 1px solid #1b539d;
	border-radius: 4px;
}
.customtabs-4 img {
	width: 50%;
}
.customtabs-4 .widget-title {
	display: none;
}
.customtabs-4 .text-white {
	color: #fff;
	padding-bottom: 15px;
}
section.sectionBlock {
	padding: 1px 0 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
.tabList {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.tabList button {
	color: #1c022b;
	background: #e6af2e;
	text-transform: capitalize;
	border: 1px solid transparent;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.tabList button+button {
	margin-left: 10px;
}
.tabList button:hover {
	color: #1c022b;
	background: #fff;
	text-decoration: none;
}
.tabList button.tabItemActive,
.tabList button:active,
.tabList button:focus {
	background-color: #fff;
	color: #1c022b;
	text-decoration: none;
}
.tabData {
	display: none;
	padding: 5px 30px;
}
.tabData.tabDataActive {
	display: block;
}
.gamePost {
	width: -webkit-calc((100% / 6) - 10px);
	width: -moz-calc((100% / 6) - 10px);
	width: -ms-calc((100% / 6) - 10px);
	width: -o-calc((100% / 6) - 10px);
	width: calc((100% / 6) - 10px);
	margin: 0 5px 10px 5px;
}
.gamePost .gamePostInner {
	position: relative;
}
.gamePost .gamimg {
	width: 100%;
	border-radius: 10px;
}
.gamePost .innerHoverBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	z-index: 5;
	opacity: 0;
}
.gamePost .playBtn {
	width: 45px;
	height: 45px;
	max-width: 70%;
	max-height: 70%;
	display: block;
}
.gamePost:hover .innerHoverBlock {
	opacity: 1;
}
.gamePost h4 {
	background-color: #313131;
	padding: 10px;
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
}
.casino_winners .widget-title {
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 25px;
}
.casino_winners li {
	color: #fff;
	padding: 5px 0;
}
.casino_winners img {
	width: 100%;
}
.counter-block-section {
	position: relative;
}
.counter-blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
}
.counter-blocks .counter-block {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -ms-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	margin: 5px;
	padding: 10px 20px;
	color: #fff;
	background: rgba(30, 30, 30, 0.5);
}
.counter-blocks .counter-block h3 {
	color: #ebd560;
	font-size: 14px;
}
.counter-block p {
	font-size: 20px;
}
body:not(.home) #site-content {
	/*background-color: #000;*/
	/*padding: 30px 0;*/
	display: block;
	clear: both;
	width: 100%;
}
body:not(.home) {
	color: #fff;
}
body:not(.home) #site-content .section-inner {
	max-width: 1280px;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
body:not(.home) #site-content article.page>.section-inner {
	display: none;
}
.pageBreadcrumbs {
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.pageBreadcrumbs>span {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.pageBreadcrumbs,
.pageBreadcrumbs span,
.pageBreadcrumbs a {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
h3.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	/*color: #fff;*/
	padding: 10px 0px;
	display: block;
	clear: both;
}
body:not(.home) {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 1.5;
	letter-spacing: normal;
}
.archive-header-inner.section-inner {
	padding-right: 0;
	padding-left: 0;
}
table.wp-block-table {
	border: 0.5px solid #3c3c3c;
}
table.wp-block-table thead {
	background-color: #131313;
}
table.wp-block-table thead th {
	padding: 5px 10px;
	border: .5px solid #3c3c3c;
}
table.wp-block-table tbody tr {
	background-color: #131313;
}
table.wp-block-table tbody tr:nth-child(odd) {
	background-color: #000;
}
.table-block th {
	color: #fff;
}
table.wp-block-table tbody tr td {
	padding: 5px 10px;
	border: 0.5px solid #3c3c3c;
}
table.wp-block-table tbody tr td,
table.wp-block-table tbody tr td a {
	color: #fff;
}
body:not(.home) .so-panel.widget {
	margin-bottom: 10px !important;
}
.home-table h3.widget-title {
	color: #e6af2e;
}
.home .news-block .pt-cv-title a {
	color: #fff;
	font-weight: normal;
}
.home .news-block .pt-cv-content {
	font-weight: normal;
	color: #a0a0a0;
}
.home .news-block .pt-cv-content a,
:not(.home) .pt-cv-content a {
	background-color: #336eb4;
	border: 0;
}
body:not(.home) #site-footer {
	border-top: 1px solid #313131;
}
.more-less-section li {
	color: #fff;
	font-weight: 300;
}
#home-bottom-slider .metaslider .caption {
	max-width: 350px;
	background: none;
}
#home-bottom-slider .caption a {
	max-width: 200px;
}
#home-bottom-slider .caption h2 {
	font-size: 30px;
}
.comments-wrapper {
	display: none !important;
}
.pagination-single-inner {
	font-size: 18px;
}
.pagination-single hr:first-child,
.pagination-single hr:last-child {
	margin: 10px;
}
/*---------- ----------------*/
.sow-headline {
	padding: 10px 15px;
	position: relative;
	/*background-color: #090;*/
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	font-weight: 600;
}
.plnone .sow-headline {
	padding-left: 0px;
}
/*tabslist new*/
.casinoPost {
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.casinoPost:hover {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}
.casinoPost .span3 {
	width: calc(100%/4 - 10px);
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
}
.casinoPost ul {
	list-style-type: none;
}
.casinostars li {
	display: inline-block;
}
.casinostars li i.fa-star {
	color: #ffd32a;
}
.casinostars li {
	color: #000;
}
.casinostars {
	border-radius: 20px;
	padding: 10px 20px;
	border: 1px solid #d6d7db;
}
.tabsData {
	background-color: #f1f3f4;
	padding: 30px 15px;
}
.casinoPost img.gamimg {
	width: 160px;
	height: auto;
	border-radius: 6px;
}
.casinoPost .playnow {
	width: 100%;
	padding: 10px 35px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25em;
	color: #fff;
	border-radius: 20px;
	background-color: #2ecc71;
	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;
	display: block;
	max-width: 220px;
	margin: 0px auto;
}
.casinoPost .playnow.readmore {
	background-color: #7f8c8d;
}
#site-content .section-inner {
	background-color: #fff;
}
.casinoItem {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	-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;
	border-radius: 5px;
	position: relative;
}
.casinoItem:hover {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}
.casinoItem+.casinoItem {
	margin-top: 30px;
}
.casinoImage {
	width: 200px;
	position: relative;
	padding-left: 40px;
}
.bumberCount {
	text-align: center;
	top: -30px;
	left: 0px;
	width: 30px;
	height: 42px;
	background-color: #39ade5;
	border-radius: 5px;
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.casinoItem:first-child .bumberCount {
	background-color: #be2edd;
}
.casinoContent {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: rgb(127, 140, 141);
	text-align: center;
	padding: 0 15px;
	margin: 0;
	vertical-align: baseline;
}
.casinoContent strong {
	font-family: Roboto, sans-serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #111;
}
.casinoContent span {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: normal;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: center;
	color: #2e3246;
}
.bonusitem .casinoContent span {
	font-size: 14px;
}
.starsInner:not(.bonus) {
	border: 1px solid rgba(208, 208, 208, 1);
	padding: 0 10px;
	border-radius: 30px;
	width: 200px;
}
.starsInner li+li {
	margin-left: 5px;
}
.starsInner li i {
	color: #ffd32a;
}
.starsInner:not(.bonus) li:last-child {
	color: #111;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0;
	margin: 10px 0 10px 25px;
	text-align: center;
}
.casinolinks a {
	display: block;
	clear: both;
	width: 180px;
	padding: 10px 15px;
	border-radius: 30px !important;
	text-align: center;
	color: #fff;
	background-color: #39ade5;
}
.bonusitem .casinolinks a {
	margin: 0px auto;
}
.bonusitem .casinolinks a.btn-playnow {
	margin-bottom: 20px;
}
.casinolinks .ow-button-base a {
	border: 0px;
}
.casinolinks a.btn-readmore {
	background-color: #7f8c8d;
}
.bonusitem .casinolinks a.btn-readmore {
	background-color: transparent;
	color: #7f8c8d;
}
.bonusitem {
	background: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .07);
	border-radius: 1rem;
}
.casinolinks a+a {
	margin-top: 5px;
}
.casinoItem .separater {
	width: 1px;
	height: 70px;
	background-color: #cacaca;
}
.dots-title .widget-title,
.dots-title .sow-headline,
.pt-cv-title {
	position: relative;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	line-height: 30px !important;
	letter-spacing: normal;
	font-weight: 700;
	color: rgba(21, 21, 21, 1);
	display: block;
	clear: both;
	text-transform: capitalize;
}
.pt-cv-title {
	padding-left: 0;
}
/*.dots-title .sow-headline:after,
.dots-title .sow-headline:before,
.dots-title .widget-title:after,
.dots-title .widget-title:before,
.pt-cv-title a:before,
.pt-cv-title a:after {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 100%;
	opacity: 0.8;
	position: absolute;
	left: 0;
}*/
.pt-cv-title a {
	color: rgba(21, 21, 21, 1) !important;
}
/*.dots-title .sow-headline:after,
.dots-title .widget-title:after{
	top: 19px;
	background-color: #39ade5;
}
.dots-title .sow-headline:before,
.dots-title .widget-title:before{
	top: 24px;
	background-color: #ffb133;
	z-index: 1;
}
*/
.bonus-list-block {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}
.bonus-list-block .bonusimg {
	position: relative;
	height: 120px;
	border-radius: 1rem 1rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bonus-list-block img {
	/* margin: 0px auto;
	width: 60%;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	height: 60%;
	bottom: 20%;
	object-fit: contain; */
	/* height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center center; */
	display: block;
}
.bonusitem .casinoContent {
	padding-top: 15px;
}
.bonusitem ul {
	margin-bottom: 0px !important;
	padding: 0px !important;
}
.page-sidebar-content {
	width: 74%;
}
.page-sidebar {
	width: 24%;
}
.boxlayout {
	border: 1px solid #ccc;
	padding: 15px;
	display: block;
}
.sidebarLayOut .widget+.widget,
.page-sidebar .widget+.widget {
	margin-top: 20px;
}
.sidebarLayOut .widget-title,
.page-sidebar .widget-title {
	background-color: #7f8c8d;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: normal;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bolder;
}
.sidebarLayOut .widget-title+*,
.page-sidebar .widget-title+* {
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	clear: both;
	position: relative;
}
.sidebarLayOut a,
.page-sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: block;
	line-height: 2.5;
	letter-spacing: normal;
	border-bottom: 1px solid #f2f2f2;
	color: #000;
}
.sidebarLayOut a:before,
.page-sidebar a:before {
	content: "\27A4";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #000;
}
.sidebarLayOut li:last-child a,
.page-sidebar li:last-child a {
	border-bottom: 0;
}
.green-color .sow-headline,
.green-color .widget-title {
	background-color: #84827c
}
.blue-color .sow-headline,
.blue-color .widget-title {
	background-color: #84827c;
	color: #fff;
}
.home .blue-color .sow-headline,
.home .blue-color .widget-title {
	background-color: #39ade5;
	color: #fff;
}
.casino-list-block {
	background-color: #f1f3f4;
	margin-left: -40px;
	margin-right: -40px;
	padding: 20px 40px;
}
.entry-content strong {
	color: #39ade5;
	font-weight: bold;
}
.list-style ul {
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.list-style ul li {
	padding-bottom: 5px;
}
.blue-color.boxlayout {
	padding: 0;
}
.blue-color.boxlayout .widget-title,
.blue-color.boxlayout .textwidget {
	padding: 10px 15px;
}
.footer-sidebar-2 .custom-html-widget {
	text-align: center;
	color: #2b2b2b;
	font-weight: normal;
}
.faq-block .sow-accordion-panel-header {
	padding: 10px 30px !important;
}
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3 {
	text-transform: uppercase;
}
body.home h2 a {
	color: #fff;
}
body:not(.home) .so-widget-sow-image h3.widget-title {
	background-color: transparent;
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
}
body:not(.home) tr:nth-child(even) {
	background-color: #f2f2f2;
}
body:not(.home) td {
	padding: 10px;
}
.sidebarLayOut .sow-image-container a:before,
.page-sidebar .sow-image-container a:before {
	content: "";
	display: block;
}
.wpcf7 input {
	padding: 10px 15px;
}
.wpcf7 label {
	font-size: 16px;
}
.primary-menu li.menu-item-2296 ul li.menu-item-has-children:hover>ul {
	left: -100%;
	top: 0;
}
.cirnumbers span {
	border-radius: 50px;
	border: 8px solid #fee818;
	padding: 6px;
	margin-right: 8px;
	background-color: #fff;
	font-weight: bold;
}
.cirnumbers span:nth-child(even) {
	border: 8px solid red;
}
.header-bottom {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	box-shadow: 0px 0px 5px #ccc;
	background: #007847 linear-gradient(to bottom right, #000C8A, #007847);
}
.header-bottom a {
	color: #ffce1b;
}
.header-bottom .d-inline {
	vertical-align: middle;
}
.header-bottom .h-title {
	background-color: #fff;
	padding: 10px 20px;
	min-width: 180px;
	color: #39ade5;
}
.header-bottom .h-title.green {
	background-color: #000;
}
.header-bottom .h-content {
	padding-left: 20px;
}
.sgpb-popup-builder-content-html .casinoStars,
.sgpb-popup-builder-content-html .separater.sp3 {
	display: none;
}
.primary-menu #menu-item-2979 a {
	background-color: #6c5ce7;
}
.primary-menu #menu-item-2979 a:hover {
	background-color: #eb391f;
}
.casino-reviews {
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	padding: 20px;
	border-radius: 5px;
}
.casino-reviews .sow-headline {
	padding-left: 0;
}
.ccount3 ul {
	column-count: 3;
}
.ccount2 ul {
	column-count: 2;
}
img.imginner {
	width: 100%;
	max-height: 70px;
	position: relative;
	padding: 5px;
	object-fit: contain;
}
.list-check li:before {
	background-image: url(../images/check-mark.png);
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.list-check li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
}
.list-check p+p {
	margin-top: 0;
}
.list-check {
	padding: 20px;
}
.boxshadow {
	box-shadow: 0px 1px 2px #ccc;
}
/* CSS Document */
.list-inline,
.list-inline li {
	list-style-type: none;
}
.list-inline {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.list-inline li {
	width: 100%;
	max-width: calc((100% / 5) - 20px);
}
@media screen and (max-width: 1024px) {
	.list-inline li {
		max-width: calc((100% / 4) - 20px);
	}
}
@media screen and (max-width: 768px) {
	.list-inline li {
		max-width: calc((100% / 3) - 20px);
	}
}
@media screen and (max-width: 580px) {
	.list-inline li {
		max-width: calc((100% / 2) - 20px);
	}
}
@media screen and (max-width: 445px) {
	.list-inline li {
		max-width: 100%;
	}
}
.list-inline li a {
	display: block;
	text-align: center;
}
.list-inline li a img {
	display: block;
	margin: 0 auto;
}
.casino-review {
	display: block;
	clear: both;
	background-color: #e9e9e9;
}
.casino-review .review-item {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding: 10px;
	border-bottom: 2px solid #f2f2f2;
}
.casino-review .review-item .review-fille {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #4aa51f;
}
.casino-review .review-item .review-name {
	font-weight: 700;
	font-size: 25px;
	line-height: 2rem;
	letter-spacing: normal;
	color: #000;
	position: relative;
	z-index: 2;
}
.casino-review .review-item .review-percentage {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	font-weight: 700;
	font-size: 25px;
	line-height: 2em;
	letter-spacing: normal;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.casino-review .review-item .review-percentage,
	.casino-review .review-item .review-name {
		font-size: 20px;
	}
}
.iconlist ul,
.iconlist ul li {
	list-style-type: none;
}
.iconlist ul li::before {
	content: '+';
	display: inline-block;
	margin-right: 5px;	
}

.overallratingsection {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}
.overallratingtext {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.overallratingsection {
		gap: 30px;
	}
	.overallratingtext {
		max-width: calc(100% - 180px);
	}
}
.overallratingtext h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: 2px;
	font-size: 15px;
	color: #000;
	padding: 0 0 10px 0;
}
.overallratingtext p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: normal;
	color: #000;
}
.overallratingpercentage {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4aa51f;
	min-width: 200px;
	min-width: 150px;
}
@media screen and (min-width: 768px) {
	.overallratingpercentage {
		width: 150px;
	}	
}
.overallratingpercentage p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
}

.casinoPostDescription ul {
	padding-left: 20px;
}
.casinoPostDescription h1,
.casinoPostDescription h2,
.casinoPostDescription h3,
.casinoPostDescription h4,
.casinoPostDescription h5,
.casinoPostDescription h6 {
	font-family: 'VW Text', sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5;
	color: #007b57;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.casinoPostDescription h2 {
	font-size: 28px;
}
@media screen and (max-width: 1024px) {
	.casinoPostDescription h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.casinoPostDescription h2 {
		font-size: 20px;
	}
}

.casinoscp-post section {
	margin: 0;
}
.casinoscp-post h1 {
	margin-bottom: 1rem;
}
.casinoscp-post .casino-reviews-block {
	background-color: #E9E9E9;
}
.casinoscp-post .casino-reviews-block h3 {
	padding: 20px 0 30px 0;
	display: block;
	width: 100%;
	font-family: "Droid Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 24px;
	color: #181818;
	text-align: center;
    text-transform: uppercase;
}
.casinoscp-post .hits-misses {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	padding: 30px;
	background-color: #F2F2F2;
}
.casinoscp-post .hits-misses .hits_div,
.casinoscp-post .hits-misses .misses_div {
	width: 100%;
	max-width: calc((100% / 2) - 8px);
}
.casinoscp-post .hits-misses ul,
.casinoscp-post .hits-misses li {
	list-style-type: none;
}
.casinoscp-post .overall_rating {
	background-color: #E9E9E9;
	padding: 30px;
}
.casinoscp-post .claim_bonus_btn {
	background-color: #f2f2f2;
	padding: 30px;
	text-align: center;
}
.casinoscp-post .claim_bonus_btn a {
	background-color: #fff;
	border: 2px solid #000;
	padding: 15px 20px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: "Droid Sans", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #000;
}
.casinoscp-post .casino_description {
	padding: 30px;
}
.casinoscp-post .casino_description ul {
	padding-left: 20px;
}

.reviews_list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: wrap;
}
.reviews_list .reviews_item {
	width: 100%;
	max-width: calc((100% / 4) - 12px);
	background-color: #fff;
	border: 1px solid #f9f9f9;
}
.elementor-widget .elementor-icon-list-icon{
	    min-width: 4%;
}

@media only screen and (max-width: 600px) {
.home .elementor-widget .elementor-icon-list-icon {
    min-width: 10%;
}
}
