/*
Theme Name: win
Text Domain: win
*/
/* modal */
.bonus-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(15, 15, 25, 0.92), rgba(5, 5, 15, 0.96));
    z-index: 9998;
    opacity: 0;
    animation: fadeIn 0.3s ease-out forwards;
    backdrop-filter: blur(5px);
}

.bonus-modal__container {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bonus-modal__body {
    background: linear-gradient(145deg, #0f101a, #1d1f2e);
    border-radius: 18px;
    padding: 36px 28px;
    width: 100%;
    max-width: 520px;
    box-shadow: 
        0 0 30px rgba(0, 255, 240, 0.12),
        0 10px 35px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(255,255,255,0.03);
    position: relative;
    color: #eaeaea;
    transform: translateY(24px);
    animation: slideUp 0.4s ease-out forwards;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.bonus-modal__header {
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(255,255,255,0.1);
}

.bonus-modal__content {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(230, 230, 230, 0.88);
}
.button_2{
	    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #00f0ff, #00aaff);
    color: #111;
    font-weight: 700;
    font-size: 17px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow:
        0 4px 15px rgba(0, 240, 255, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    text-decoration: none;
}
		.button_2:hover {
    background: linear-gradient(135deg, #00c4ff, #0077ff);
    box-shadow:
        0 6px 20px rgba(0, 160, 255, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-1px) scale(1.02);
    color: #fff;
}
.bonus-modal__close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+) center / 13px no-repeat;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.06);
}

.bonus-modal__close-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: rotate(90deg);
}

.bonus-modal__promo-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #00f0ff;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 240, 255, 0.2);
}

.bonus-modal__promo-text {
    text-align: center;
    margin: 25px 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.87);
}

.bonus-modal__promo-text strong {
    color: #00f0ff;
    font-weight: bold;
}

.bonus-modal__image {
    text-align: center;
    margin: 0 auto 22px;
    max-width: 320px;
}

.bonus-modal__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 255, 240, 0.15);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(24px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* modalEnd */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
* {
        box-sizing: border-box;
    }
body {
    margin: 0;
    padding: 0;
  font-size:15px;
  line-height:1.6;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(0,0,0,.7);
	background:#f7f8fd;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
/* ban */
.entry-gift__container {
  padding: 60px 20px;
  max-width: 950px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.entry-gift__headline {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #ffffff;
}

.entry-gift__interact {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 32px;
  max-width: 440px;
  margin: 0 auto;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
}

.entry-gift__benefit {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
  color: #f3f3f3;
}

.entry-gift__codeblock {
	cursor:pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 16px;
	z-index:1010;
  border-radius: 12px;
}

.entry-gift__promo strong {
  color: #00f0ff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.entry-gift__copyicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-image: url('https://bountycasino.store/wp-content/uploads/2025/07/copy.png');
  mask-image: url('https://bountycasino.store/wp-content/uploads/2025/07/copy.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
.entry-gift__promo{
	color:#fff;
	z-index:1120;
}
.entry-gift__overflow{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
}
.entry-gift__btn {
  background-color: #00f0ff;
  color: #000;
  padding: 14px 36px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.entry-gift__btn:hover {
  background-color: #00c4d6;
}
/* banEnd */
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	line-height:1.3;
color:#000;
	clear:both;
	font-weight: 700;
}
h1{
    font-size:28px;
}
h2{
    font-size:25px;
}
h3{
    font-size:22px;
}
h4{
    font-size:20px;
}
h5{
    font-size:18px;
}
h6{
    font-size:16px;
}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
  color: #00a89d;

  text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
    margin: 30px 0;
    padding: 20px;
	background:#fff;
}
.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#comments {padding-top:20px;}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin-bottom:15px;}
.comment-author img {float:left;margin-right:20px;}
.comment-date {font-size:13px;opacity:0.6;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
.toggleMenu {
    display: none;
}
section {
    padding:0;
    position: relative;
}


.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.box{
    flex: 1;
}

/******************************
** Top Bar CSS
******************************/
.topbar{
    background-color: #1d2339;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}
.topbar a{
    color: #ffffff;
}
.topbar-left{
    margin-right: auto;
}
.topbar-left span:not(:last-child){
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}
.topbar-left span i{
    margin-right: 8px;
}
.topbar-right{
    margin-left: auto;
}
.topbar-right .topbar-social a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    font-size: 13px;
}
.topbar-right .topbar-social a:not(:first-child){
    margin-left: 10px;
}
.section_head{
    text-align: center;
    margin-bottom: 50px;
}
h2.section_title {
    font: 700 32px/1.2 'PT Serif';
    color: #1d2339;
    position: relative;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/******************************
** Header CSS
******************************/
#header {
    width: 100%;
    position:relative;

padding:6px 0 7px;

}

.site-logo img{
    display:block;
	max-width:170px;
}
h1.site-title{
    font-size: 40px;
    font-family: 'PT Sans';
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1d2339;
}
h1.site-title a{
    text-decoration: none;
}
p.site-description{
    font-size: 16px;
    font-family: 'Karla';
    font-weight: 400;
    line-height: 1;
    color: #dcb161;
    margin-top: 5px;
}

.header-info{
    position: relative;
}
.header-info span{
    font-weight: 700;
    color: #dcb161;
    font-size: 14px;
}
.header-info h5{
    font-family: PT Serif;
    font-size: 18px;
    color: #1d2339;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.header-info .head-icon{
    background-color: #141f46;
    color: #dcb161;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 5px;
    margin-right: 15px;
}
.getspace{
    min-width: 240px;
}

/******************************
** Navigation CSS
******************************/
#navigation{
padding:10px 0;
background: #fff;
border-top: 2px solid #eaedff;
	
}
button.dropdown-toggle{
    display:none;
}
.toggle{
    display: block;
}
.toggle a{
    width:auto; 
    color:#ffffff; 
}
.toggle a:hover{
    color:#ffffff !important;
}
.sitenav { 
    position:relative; 
    z-index:9999; 
}
.sitenav ul {
    margin:0; 
    padding:0; 
    font-size:16px; 
   

}
.sitenav ul li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal;
	margin-right:30px;

}
.sitenav ul li:last-child {margin-right:0;}
.sitenav ul li a{
  text-transform:uppercase;
  
color: #000;

    position:relative; 
  
    text-decoration: none;
}
.sitenav ul li a:hover {color:#00a89d;}

/******************************
** Slider CSS
******************************/
.main-slider {
    position: relative;
	background:#08061b url(/wp-content/uploads/2022/01/open24.jpg) no-repeat;background-position:center center;
}

@media (max-width:1199px) {
.main-slider {background-size:cover;}
}
@media (max-width:900px) {
}
@media (max-width:670px) {
.main-slider {}
}
.content-area, .wrap {
   width:100%;
    margin: 0 auto;
	position:relative;
    padding-left:15px;padding-right:15px;
}
@media (min-width:576px) {
.content-area, .wrap {max-width: 530px;}
}
@media (min-width:768px) {
.content-area, .wrap {max-width: 730px;}
}
@media (min-width:992px) {
.content-area, .wrap {max-width: 950px;}
}
@media (min-width:1200px) {
.content-area, .wrap {max-width: 1160px;}
}
#sidebar {
padding:15px;
background: #f7f8fd;
height:100%;
}
#sidebar ul {list-style:none;margin:0;}
#sidebar ul li {padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.09);}
#sidebar ul li a {
	text-decoration: none;
	display:block;
	line-height:1.3;
	font-weight:700;
}
#sidebar .widget-title {font-weight:700;font-size:23px;margin-bottom:15px;}
/* -------- Footer ------- */

.copyright-wrapper{ 
	margin:0; 


}
.copyright-wrapper a{ 

	text-decoration: none;
}
.copyright {padding:30px 0 20px;text-align:center;color: hsla(0,0%,100%,.5);font-size:14px;border-top:1px solid rgba(89,89,115,.2);}
.copyright ul {margin:0 0 15px;list-style:none;}
.copyright ul li {display:inline-block;margin:0 10px;}
.copyright ul li a {color:#00a89d;}
.copyright ul li a:hover {color:#fff;}
.nav-links {
  
    clear: both;

    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background:#515151;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
	text-decoration: none;
	font-weight:700;
	border-radius:2px;
}
.nav-links .current,
.nav-links a:hover {
    background: #00a89d;
	
	color:#fff;
}


form.search-form {
    margin-bottom: 15px;
}
input.search-field {
    border: none;
    padding: 10px;
	display: block;
	width:100%;
}
input.search-field:focus, input.search-field:active, input.search-field:hover {border:none;outline:0;box-shadow:none;}
input.search-submit {
    border: none;
    color: #ffffff;
    padding: 4px 10px;
    cursor: pointer;
}
.widget {
    margin-bottom: 30px;
}


#commentform label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    border:1px solid rgba(0,0,0,0.1);
    border: none;
    padding: 10px;
}
#commentform input, #commentform textarea, #commentform input:focus, #commentform textarea:focus, #commentform input:active, #commentform textarea:active {border:1px solid rgba(0,0,0,0.1);outline:0;box-shadow:none;}
#commentform textarea {width:100%;}
#commentform input#submit {
   font-weight:700;
    border: none;
	border-radius:2px;
    padding: 10px 20px;
    color: #fff;
    background:#484848;
	font-family:inherit
}
p.form-submit {margin:0;}
#commentform input#submit:hover {
    cursor: pointer;
}



select{
	padding:10px;
	width:100%;
}


input[type="submit"].search-submit{
	background-color:#000000;
	color:#ffffff;
	padding:10px 13px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.error-404{
	text-align: center;
	margin: 0;
	padding:30px 0 15px;
}
.error-404 h1{
	
	margin-bottom: 30px;
}
p.text-404{
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 30px;
}
.stc-col-1, .stc-col-2, .stc-col-3, .stc-col-4, .stc-col-5, .stc-col-6, .stc-col-7, .stc-col-8, .stc-col-9, .stc-col-10, .stc-col-11, .stc-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .stc-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .stc-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .stc-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }


.stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.stc-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.stc-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.stc-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.stc-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.stc-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.stc-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.stc-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.stc-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.stc-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

 
}
.stc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#footer {background: #292929;}
#footer .widget-title {color: #8b979e;font-weight:700;font-size:20px;margin-bottom:10px;}
.widget-wrapper {padding-top:40px;}
.widget-wrapper ul {margin:0;list-style:none;}
.widget-wrapper ul li {margin-bottom:5px;}
.widget-wrapper ul li:last-child {margin-bottom:0;}
.widget-wrapper ul li a {color: #fff;font-weight:700;}
.widget-wrapper ul li a:hover {color: #00a89d;}
a.go1 {
color: #fff;
text-transform:uppercase;
background: #00a89d;
text-align:center;
padding:10px 30px;
border-radius:2px;
font-weight:700;
}

a.go2 {
	font-weight:700;
background: #2983d7;
color: #fff;
text-transform:uppercase;
text-align:center;
padding:10px 30px;
border-radius:2px;
}
a.go1:hover {background: #05bdb1;}
a.go2:hover {background: #4097e9;}
.pics {padding:25px 0;text-align:center;border-top:1px solid rgba(89,89,115,.2);}
.pics img {margin:5px 15px;vertical-align:middle;max-width:120px;filter: invert(80%);}
.links {text-align:center;border-top:1px solid rgba(89,89,115,.2);padding:30px 0;}
.links a.go2 {margin-right:10px;}
.articles {background:#fff;margin-bottom:30px;border-radius:2px;overflow:hidden;}
.articles img {display:block;width:100%;}
.articles a {display:block;font-weight:700;line-height:1.3;color:#000;}
.articles a:hover {color:#00a89d;}
.articles span {display:block;padding:13px 15px 15px;min-height:85px;}
.games-content {background:rgba(0,0,0,0.9);text-align:center;position:relative;margin-bottom:30px;border-radius:2px;overflow:hidden;}
.games-content img {display:block;width:100%;}
.games-content:hover img {opacity:0.3;}
.games-play {position:absolute;left:0;top:22%;display:none;width:100%;}
.games-content:hover .games-play {display:block;}
.games-play a.go2 {display:block;margin:10px auto;max-width:180px;padding:7px;}
a.tl {text-transform:uppercase;font-size:14px;color:#fff;}
a.tl:hover {text-decoration:underline;}
.games-play span {font-size:15px;color:rgba(255,255,255,0.7);}
.post-thumb {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.breadcrumbs {font-size:14px;}
.entry-header h1 {font-size:25px;}
blockquote {margin:0 0 15px;padding:0 0 0 15px;border-left:4px solid #363767;font-size:17px;font-style:italic;}
table {border-collapse: collapse;margin:0 0 15px;width:100%;border:1px solid rgba(0,0,0,0.1);}
table thead {font-weight:700;}
table td, table th {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}
@media screen and (max-width: 768px) {
    .boun {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
   .boun table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.side a {display:block;}
.side a.go1 {margin-bottom:15px;}

.blog-post-repeat {clear:both;padding-bottom:5px;}
.entry-title a {display:block;font-weight:700;margin-bottom:10px;line-height:1.3;font-size:18px;}
.not-found {font-weight:700;margin-bottom:15px;font-size:23px;}
.taxonomy-description {padding-top:20px;}
.dev ul {list-style:none;margin:0 0 5px;}
.dev ul li {display:inline-block;margin-right:10px;margin-bottom:17px;}
.dev ul li:last-child {margin-right:0;}
.dev ul li a {font-weight:700;color:#fff;border-radius:2px;padding:6px 15px;background:#515151;}
.head-right {padding-right:20px;padding-top:16px;}
.head-right a.go1 {margin-right:5px;}
.front-container h1, .front-container h2 {font-size:22px;}

.front-container h3 {font-size:18px;}
.front-container ul {margin:0 0 15px;list-style:none;}
.front-container ul {margin:0 -15px 15px 0;}
.front-container ul li, .front-container ol li {position:relative;}
.front-container ul li {padding-left:16px;padding-bottom:3px;}
.front-container ul li:before {content:"";position:absolute;left:0;top:11px;width:6px;height:6px;background:#5bc050;}
a.bmore {display:block;max-width:200px;padding:10px;font-weight:700;text-align:center;background: #292929;color:#fff;border-radius: 2px;margin:10px auto 20px;}


.games {padding-top:30px;}
.home-content {padding-bottom:30px;}
.home-center {text-align:center;padding:0 0 20px;} 
.stc-link {text-align:center;padding:15px 0;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.entry-content a {font-weight:700;}
.block-title {font-size:18px;font-weight:700;color:#000;text-transform:uppercase;margin:0 0 15px;}
.content_slots {margin:30px 0;}
.content_slots .entry-header h1 {color:#000;}
@media (max-width:1199px) {
.entry-content iframe {height:400px;}
.front-container ul.pros li, .front-container ul.feed li {width: 100%;}
.blog-post-repeat {padding-bottom: 15px;}
.games-play {top:25%;}
.content_slots .stc-col-3, .games .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.latest .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.articles span {min-height:auto;}
}
@media (max-width:991px) {
.front-container ul.reg li, .front-container ul.live li {width: 50%;}
.front-container ul.app li {width: 100%;}
.front-container ul.slots1 li, .front-container ul.slots2 li {width:33.3333%;}
#sidebar {margin-top:30px;height:auto;}
.widget-wrapper .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.content_slots .stc-col-3, .games .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width:767px) {
	    .bonus-modal__body {
        padding:50px 25px 25px 25px;
        max-width: 90%;
    }
    
    .bonus-modal__promo-title {
        font-size: 22px;
    }
    
    .bonus-modal__promo-text {
        font-size: 16px;
    }
.entry-content iframe {height:300px;}
.games-play {top:14%;}
.post-thumb { width: 100%;margin-right: 0;}
.middle-align {padding: 15px;}
.blog-post-repeat {padding-bottom: 30px;}
.promo-title {line-height: 1.3;font-size: 35px;}
.front-container ul.slots1 li, .front-container ul.slots2 li {width:50%;}
.pics img {
    margin: 5px 8px;
  
    max-width: 100px;
  
}
}
@media (max-width:575px) {
.main-container .content-area {padding-left:0;padding-right:0;}
.category-template-category-gameslots-php .main-container .content-area {padding-left:15px;padding-right:15px;}
}
@media (max-width:500px) {
	.entry-gift__overflow{
		    flex-flow: column;
			gap:15px;
	}
	.entry-gift__btn{
		max-width:300px;
		margin:0 auto;
		width: 100%;
	}
.entry-content iframe {height:250px;}

.widget-wrapper .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.latest .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.content_slots .stc-col-3, .games .stc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.games-play {top:30%;}
.promo-title {font-size: 27px;}
}
@media (max-width:530px) {
.flexbox { display: block;}
.head-left {text-align:center;}
.head-right {text-align:center;padding: 30px 0 20px;}
.site-logo img {margin:0 auto;}
#header {padding:20px 0 20px;}
}
@media (max-width:420px) {
.entry-content iframe {height:200px;}
.games-play {top:25%;}
}
@media (max-width:360px) {

.head-right a.go1, .links a.go2 {margin-right: 0;margin-bottom:15px;}
.head-right a, .links a {display:block;}
}