/*!
Theme Name: SharpGambler Theme

*/

.um-field-value {
	color: #ddd;
}

.subrow {

  margin: 0px;
  padding: 0px;
}

.logo-box, .logo-box-small {

  padding: 0px;
  
}
.logo-box img {
	height: 100px;	
}

.logo-box-small img {
	height: 60px;	
}
@media only screen and (max-width: 768px) {
.logo-box {

  border-radius: 2px;

}
}

.casino-logo-box {
	border-radius: 2px;	
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text-shadow {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6) !important;
}

.mask1 {
  -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
  mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
}


.boxtitle {

    text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}


.is-country-allowed {
	
	height: 30px;
}

ul.gk-bullet1 {
	list-style-type: "\2605  ";
}

ul.gk-bullet2 {
	list-style-type: "\2714  ";	
}

ul.gk-bullet3 {
	list-style-type: "\2605  ";
}

ul.gk-bullet4 {
	list-style-type: "» ";	
}

.helpie-faq.accordions .accordion {
  margin: 0px;
}

.details-box {
  box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  border-radius: 2px;	
	position: relative;
  padding: 0px;
	margin: 5px;
	color: #fff; 

}

.author-box {
  box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  border-radius: 2px;	
	position: relative;
  padding: 0px;
	border: 1px solid #666;
	color: #fff; 
}

.grid-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 10px;
color: #333;
font-size: 12px;
}

.byline {
	float: right;
}

.details-box-heading a {
 text-decoration: none;	
}

.details-box li a, .details-box span a,.details-box-heading-big a, .details-box h1 a, .helpie-faq a {
	color: #eee; 
	text-decoration: none;
}

.details-box li a:hover,.details-box span a:hover,.details-box-heading a:hover,.details-box-heading-big a:hover, .details-box h1 a:hover, .details-box p a:hover, .helpie-faq a:hover {
	color: #fff; 
	
}

.details-box ul {
	list-style-type: none;
	padding: 1px;
}


.sub ul { 
	padding: 3px;
	font-size: 90%;
}

.details-box .sub li {
	border: none;	
	line-height: 25px;
	font-weight: bold;
	
}

.details-box li {

	line-height: 28px;
	font-size: 15px;
}



.details-box-heading {
	font-size: 1.1rem;	
	line-height: 1; 
	
	font-weight: 700;
}


.details-box-heading-big {
	font-size: 1.75rem;	
	line-height: 1.75rem; 
	font-weight: 700;
}

.details-box-heading-sub {
	font-size: 12px;
	text-transform: uppercase;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}



.orating-box {

  
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #2eaf7d;
	border-radius: 2px;
	position: relative;
	
	height: 100%;
	background: linear-gradient(to bottom, #111111dd, #222222),
 url('https://www.sharpgambler.com/wp-content/themes/sharpgambler-theme/images/140x140/1.png') no-repeat right; 
}


.urating-box {

	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #2eaf7d;
	border-radius: 2px;
	position: relative;

	height: 100%;
	
	background: linear-gradient(to bottom, #111111dd, #222222),
 url('https://www.sharpgambler.com/wp-content/themes/sharpgambler-theme/images/140x140/1.png') no-repeat right; 
	 
}

.orating {
height: 50px;	
background: url('https://www.sharpgambler.com/wp-content/themes/sharpgambler-theme/images/50x50/1.png') no-repeat left;
	
	padding-left: 60px;
	
	
}

.urating {
	
height: 50px;	
background: url('https://www.sharpgambler.com/wp-content/themes/sharpgambler-theme/images/50x50/1.png') no-repeat left;
	padding-left: 60px;
	
	
}

.content-box-bonus {
	border-style: dashed;
	border-color: #444;
	font-weight: 700;
	text-align: center;
}

body {

  background-color: #02353c;
	color: #fff;
		
}

.searchandfilter > ul > li {
	display: inline-block;
	
	padding: 5px;
}



.casino-details-box details {
	
	font-size: 12px;
	border: none;
	
}

.casino-details-box summary {
	
	padding: 0;
	
}

.casino-details-box summary:after{
	font-weight: normal;
	color: #666;
	content: 	"+";
	margin: 8px;

}

summary {
	
  padding: .8em 1.3rem;
  list-style: none;
  display: flex;
  transition: height 1s ease;
	
	
	font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}



summary:after{
	font-weight: normal;
  content: "+";
	margin-left: auto;
}

details[open] summary {

    margin-bottom: .4em;

}

details[open] summary:after{
  content: "-";

}

details[open] {
  font-weight: bold;
	
}

details  {
	border: 1px solid #666;
--bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;		
}

details:hover {
	--bs-bg-opacity: 0.15;
	
}

details > summary > * {
  display: inline;
}

.footer-box {
  color: #fff;
}

.footer-box ul {
  list-style-type: none;
  padding: 1px;
}

.topmenubox a, .footer-box a {
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: none;
}

.topmenubox a:hover, .footer-box a:hover {
	text-decoration: underline;
	color: #f9e7bd;
	
}

.divider {
border-bottom: 1px solid #444;	
}

.smlogo {

	border: 1px solid #333;
	background: #222;

}

.bg-light-trans {
--bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.stats-box {
  box-shadow: 0 0 25px rgb(0 0 0 / 35%);
  border-radius: 2px;	
	position: relative;
  padding: 10px;
	margin: 3px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #666;
	font-weight: 700;
	height: 94%;
	
}

.stats-box:hover {
	  --bs-bg-opacity: 0.15;
		border: 1px solid #777;
}

.stats-box a {
	text-decoration: none;
}

.stats-box span {
	display: block;
}



@media only screen and (max-width: 768px) {
.logo-box img {
  height: 60px;
}
}

@media only screen and (max-width: 768px) {
.stats-box {

  font-size: 12px;

}
	

	

}

@media only screen and (max-width: 1280px) {
	.carousel {
		overflow-x: auto;
   scrollbar-color: #2eaf7d #072e34;
    scrollbar-width: thin;	
		
	}
	
::-webkit-scrollbar {
    height: 0.5em
}

::-webkit-scrollbar-track {
    background-color: #072e34;

}

::-webkit-scrollbar-thumb {
	background-color: #2eaf7d;

	
}	
	
	.carousel-inner-wide {
		width: 1220px;
	}
	.carousel-inner {
		width: 1220px;
	}
}


.detailssharp summary span {

	margin-top : auto;
	margin-bottom: auto;
  display: flex;
		
}

.detailssharp summary:hover {
color: #f9e7bd;
}

.detailssharp span {
	margin-left: 10px;
	
}

.detailssharp summary:after{

	margin-top : auto;
	margin-bottom: auto;

	
}

.detailssharp summary img {
	max-height: 30px;
	max-width: 30px;
	margin-top : auto;
	margin-bottom: auto;
	
}

.detailssharp details {
	
	margin-bottom: 10px;
	font-weight: 400;
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
	 border-radius: 2px;
}


.carousel-control-prev:hover, .carousel-control-next:hover {
	background-color: transparent;
}
.btn-big {
--bs-btn-padding-x: 1.2rem;
--bs-btn-padding-y: 0.6rem;
}

.topmenubox {
  padding: 0px 10px 20px 20px;
}


element {

}
.um:not(.um-admin) * {

    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;

}
.um-field-label label {

    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 700;
    font-weight: 600;

}
label {

    display: inline-block;

}
*, ::before, ::after {

    box-sizing: border-box;

}
.um .um-field-label {
    color: #fff;
}

.um:not(.um-admin) {

  color: #aaa;

}

.um-profile.um .um-name a {
  color: #fff;
}
.profile-role {
	color: #f9e7bd;
}

.um-profile-nav {
  padding: 10px;
	--bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;		
  text-align: center;
	
	
}

dl.published_updated {
  display: grid;
  grid-template-columns: max-content auto;
	font-size: 11px;
	float: right;
	margin: 0px 5px 0px 0px;
	

}

dt {
	margin-right: 5px;
	font-weight: 400;
}
dd {

	height: 11px;
}

img.avatar {      
background-color: #F5F5F5;      
border: 2px solid #fff;      
border-radius: 50% 50% 50% 50%;      
margin:1px;
width: 28px;
height: 28px;
margin-right: 3px;
}

img.avatar-med {
	width: 80px;
	height:  80px;
	border: 4px solid #f9e7bd;
}

.wp-pagenavi {
	margin-right: auto !important;
	margin-left: auto !important;
}


.top-wrapper {
  background: #052C32;
  border: 1px solid hsla(0,0%,80%,.2);
  border-radius: 2px;
  box-shadow: 0 32px 24px -24px rgba(0,0,0,.24);
  margin: 0px auto;
  padding: 0px 16px;
  position: relative;
	height: 100%;
}

@media screen and (min-width: 992px)
{
.top-wrapper {
  align-items: center;
  
  justify-content: space-between;
  margin: 0px auto 32px;
  min-height: 260px;
}
}

@media screen and (min-width: 768px)
{
.top-wrapper {
  padding: 0px 32px;
}
}



@media screen and (min-width: 568px)
{
.top-wrapper {
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 16px;
}


	
}


.top-wrapper .blots {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.blots {
  height: calc(100% + 100px);
  width: 100%;
}

.blots .blot-green {
  background: #2eaf7d;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px #2eaf7d,0 0 20px 10px #2eaf7d,0 0 40px 20px #2eaf7d,0 0 80px 40px #2eaf7d,0 0 160px 100px #2eaf7d;
  height: 50px;
  left: -230px;
  opacity: .6;
  position: absolute;
  top: -70px;
  transform: rotate(90deg);
  width: 400px;
}

@media screen and (min-width: 768px)
{
.blots .blot-green {
  box-shadow: 0 0 10px 5px #2eaf7d,0 0 20px 10px #2eaf7d,0 0 40px 20px #2eaf7d,0 0 80px 40px #2eaf7d,0 0 160px 100px #2eaf7d;
  left: -300px;
  top: -134px;
  width: 600px;
	transform: rotate(45deg);
}
}





.top-wrapper .blot-grey {
  background: #1a2229;
  border-radius: 300px;
  box-shadow: 0 0 20px 10px #1a2229,0 0 40px 20px #1a2229,0 0 80px 40px #1a2229,0 0 100px 100px #1a2229,0 0 180px 180px #1a2229;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}

.top-wrapper .blots .blot-purple {
  bottom: 0;
  right: -30%;
}

.blots .blot-purple {
  background: #b326ed;
  border-radius: 50%;
  bottom: -290px;
  box-shadow: 0 0 10px 5px #b326ed,0 0 20px 10px #b326ed,0 0 40px 20px #b326ed,0 0 80px 40px #b326ed,0 0 160px 100px #b326ed;
  height: 50px;
  opacity: .5;
  position: absolute;
  right: -170px;
  transform: rotate(100deg);
  width: 300px;
}



@media screen and (min-width: 768px)
{
.blots .blot-purple {
  box-shadow: 0 0 10px 5px #b326ed,0 0 20px 10px #b326ed,0 0 40px 20px #b326ed,0 0 80px 40px #b326ed,0 0 160px 100px #b326ed;
  transform: rotate(135deg);
  width: 600px;
}
}


.top-wrapper .content-wrapper {
	position: relative;
}

.bordersolid {
	border-bottom: 1px solid hsla(0,0%,80%,.2);
border-top: 1px solid hsla(0,0%,80%,.2);
}

.borderdashedbot {
	border-bottom: 1px dashed hsla(0,0%,80%,.2);
}

.bordersolidall {
	border: 1px solid hsla(0,0%,80%,.2);
}

.bordersolidtop {
	border-top: 1px solid hsla(0,0%,80%,.2);
}

.borderdashedall {
	border: 1px dashed hsla(0,0%,80%,.2);
}

.borderdashed2all {
	border: 2px dashed hsla(0,0%,80%,.2);
}

.dotbg {
	background: url(https://www.sharpgambler.com/wp-content/uploads/2025/04/dots-g.png) #052C32;
	background-size: 6px 6px;
}

.dotdarkbg {
	background: url(https://www.sharpgambler.com/wp-content/uploads/2025/04/dots-g.png) #212529;
	background-size: 5px 5px;
}

.main-details-box:hover {
	  background-color: #273238;
	
}

.carousel-casinos {
	height: 100%;
}

.top-wrapper ul {
	padding: 0px;
}


 img.top-wrapper-theme  {

	position: relative;
	margin: 0px 16px;
	
}



.wrapper-box .blot-lightbg {
  
  border-radius: 400px;
  box-shadow: 0 0 20px 10px #02353c,0 0 40px 20px #02353c,0 0 80px 40px #02353c,0 0 120px 120px #02353c,0 0 150px 150px #02353c;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
	
}

.wrapper-box .blot-lighterbg {
  
  border-radius: 400px;
  box-shadow: 0 0 20px 10px #034a54,0 0 40px 20px #034a54,0 0 80px 40px #034a54,0 0 120px 120px #034a54,0 0 150px 150px #034a54;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
	
}

.box-bonus {
	height: 35px;
	overflow: hidden;
	color: #fff;
}

.details-box img.wp-post-image  {
	width:100%;
}


.glsr-default form.glsr-form input.glsr-input, .glsr-default form.glsr-form select.glsr-select, .glsr-default form.glsr-form textarea.glsr-textarea {
 
  background: #222 !important;
  color: #eee !important;
}

.glsr-default form.glsr-form input.glsr-input:focus, .glsr-default form.glsr-form select.glsr-select, .glsr-default form.glsr-form textarea.glsr-textarea:focus {
	background: #222 !important;
	cursor: text !important;
	
}

.card {
background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
border: 1px solid hsla(0,0%,80%,.2) !important;

}		

iframe {
    border-width: 0px;
}

.logo-box-slots img {

border-radius: 2px;
transition: 0.5s;
height: 120px;
width: 999vw;
object-fit: cover;	
}

.news-box li {
  line-height: 15x;
  font-size: 13px;
	border-bottom: 1px solid #333;
	padding: 5px 0px
}

.news-box li a {
	text-decoration: none;
	display: inline;
}
.news-topic {
	
	font-size: 11px;
	border: 1px solid #2eaf7d;
	padding: 1px 2px;
	border-radius: 2px;
  background: none;  
	color: #2eaf7d !important;

	
}

a.news-topic:hover {
	border-color: #999;
	background-color: #aaa;
	color: #000 !important;
	text-decoration: none !important;
}

.topic-news img {
	
	height: 120px !important;
}

.news-box h2 {
	line-height: 1.5rem !important;
	font-size: 1.3rem !important;
}

.incontent-toppanel {
	font-size: 13px;
}


@media only screen and (min-width: 992px) {



.hp-sec {

    width: 300px;
    display: flex;
    align-items: flex-end;
		min-height: 140px;

}
	

.hp-sec img {

    position: absolute;
    left: 0px;
    bottom: 20px;
	
	
}
}

@media only screen and (max-width: 991px) {
	.hp-sec img {
	width: 100%;	
	}
}


