/*!
Theme Name: slc
Text Domain: slc
*/

::selection {
	background: #fff;
	color: #0078d7;
}
::-moz-selection {
	background: #fff;
	color: #0078d7;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
background: #20242d;
font-size: 16px;
	line-height: 1.5;
	color: #b3b6bd;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	word-wrap: break-word;	
}




/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p {margin:0 0 15px;}
/*--------------------------------------------------------------
## Blockquote
--------------------------------------------------------------*/
blockquote {
	
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	
	font-weight: 700;
}
.blockquote-footer,
blockquote footer {
	
	font-weight: 400;
}
blockquote cite {
	
	font-weight: 700;
	font-style: normal;
}
blockquote:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;

	content: "\F10E";
	position: absolute;
	top: 0;
	left: 0;
	color: #ffc107;
	font-size: 24px;
	
}

ul, ol {padding:0;margin:0 0 15px 15px;}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn:focus,
.btn.focus {
	outline: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}


a:hover {text-decoration:none;}



/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
button[type="submit"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
textarea {height:120px!important;}
.form-control,
input,
textarea,
select {
	
	padding: 10px;
	width: 100%;
	height: auto;
	box-shadow: none;
	
	border: 1px solid rgba(0, 0, 0, 0.09);
	
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus  {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: rgba(0, 0, 0, 0.15);
	
	outline: none;
}
select {
	height: 40px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-moz-placeholder { /* Firefox 18- */
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="submit"] {
	width: inherit;
	border:1px solid #fff;
	font-weight:600;
	text-transform:uppercase;
	padding: 10px 20px;
	background: none;
	color: #ffffff;
	
	
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"] {
	border:1px solid #fde4a5;
	color: #fde4a5;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
}
input[type="file"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
## Heading Tags
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin:0 0 15px;
	color:#fff;
	padding:0;
	font-weight:700;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}
.img-border {
	
	padding: 5px;
	border: 1px solid #ccc;
}

/* Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
}
.wp-caption a {
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4986f5;
	text-decoration:none;
}
a:hover {
	 color:#79a6f8;
	
}
a:focus {
	outline: none;
}

/*--------------------------------------------------------------
# Templates/Layouts
--------------------------------------------------------------*/
/* Templates */
.page-template-front-page-template .site-content {
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-front-page-template .site-content .site-main {
	padding-bottom: 0;
}



/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
input.s {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.search-toggle {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
.search-toggle:before {
	content: '\E800';
}
.search-toggle.active:before {
	content: "\E804";
}
.search-form {
	margin-bottom: 30px;
}
.search-form .form-control {
	border-right-width: 0;
}
.search-form .input-group-prepend {
	margin-right: 0;
}
.search-form .input-group-prepend .btn-theme {
	font-size: 0;
	height: 100%;
	padding-left: 22px;
	padding-right: 22px;
	min-height: 44px;
	border: none;
	background:#242831;
	color:#fff;
}
.search-form .input-group-prepend .btn-theme:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E800';
	font-size: 14px;
	line-height: 14px;
	top: 50%;
	right: 50%;
	margin-top: -7px;
	margin-right: -7px;
	position: absolute;
}
.search-block {
	position: absolute;
	background-color: #ffffff;
	
	right: 0;
	top: 100%;
	display: none;
	width: 350px;
	padding: 10px 0;
	z-index:999;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.search-block .search-form {
	margin: 0;
}
.search-block .form-control {
	font-size: 15px;
	padding: 5px 10px;
	border-color: #cccccc;
	background-color: #fff;
}
.search-block .input-group-prepend .btn-theme {
	padding: 10px 20px;
	min-height: 40px;
}

/*--------------------------------------------------------------
## Navbar/Navigation
--------------------------------------------------------------*/

.navbar-head {
	padding-top: 15px;
	padding-bottom:15px;
	position: relative;
background: #1c2028;

}



.navbar-ad-section {
	text-align: right;
	
}



a.nb1 {text-transform:uppercase;padding:9px 30px;
color: #5e6a7f;
border-radius:4px;
border:1px solid #353d48;
text-align:center;
}
a.nb2 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:4px;
background:#4986f5;
color: #fff;
}
a.nb1:hover {background:#4986f5;border:1px solid #4986f5;color:#fff;}
a.nb2:hover {background:#0069d9;}
.bottom-link a.nb1 {margin-right:30px;}
#secondary a.nb1, #secondary a.nb2 {display:block;}
#secondary a.nb1 {margin-bottom:15px;}

.navbar-ad-section a.nb1 {margin-right:15px;}

/* ------------------------------ */

.navbar {
	padding: 15px 0 13px;
background: hsla(0,0%,100%,.02);


}

.navbar .navbar-header-container {
	display: block;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	white-space: normal;
	margin-right: 0;
}
.navbar-brand .custom-logo-link + .site-title-wrap {
	padding-top: 5px;
}
.navbar-brand.brand-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.navbar-brand.brand-inline .custom-logo-link {
	margin-right: 10px;
}
.navbar-brand.brand-inline .custom-logo-link + .site-title-wrap {
	text-align: left;
	padding-top: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.navbar-brand.brand-inline.text-center .custom-logo-link + .site-title-wrap {
	text-align: center;
}
.navbar-head .justify-content-lg-between .navbar-brand {
	width: auto;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
}
.navbar-inline-row {
	margin-left: 0;
	margin-right: 0;
}
.navbar-brand-wrap {
	padding-right: 15px;
}
.navbar-brand-wrap .site-title {
	font-size: 27px;
	font-weight: 400;
}
.navbar-brand-wrap .navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 360px;
}
.navbar-toggler {
	border: none;
	padding: 10px 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}
.navbar .navbar-toggler,
.navbar-head .navbar-toggler {
	color: #fff;
}

.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler:before {
	display: block;
	font-size: 24px;
	content: '\f0c9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.collapse.in {
	display: block;
}
.navbar-main {
	position: relative;
	
}
.navbar-header-container.justify-content-lg-center .navbar-nav {
	-ms-flex-pack: center;
	justify-content: center;
}
.navbar .main-navigation ul {
	padding: 0;
	margin:0;
	list-style: none;
}

.main-navigation li {
display:inline-block;
margin-right:15px;
}
.main-navigation li:last-child {margin:0;}
.main-navigation li a {
	color: #828f9a;
	display: block;
	padding:3px 10px 6px;
	border-radius:4px;
	position: relative;
	
	
}
.main-navigation li:first-child a {color: #9fe83e}
.main-navigation a:hover {
	text-decoration: none;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li:hover > a {
color: #fff;
background:#20242d;
}


.main-navigation .dropdown-parent .dropdown-toggle {
	width: 40px;
	height: 100%;
	
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	text-align: center;
	display: none;
}
.main-navigation .dropdown-parent .dropdown-toggle:after {
	display: none;
}
.main-navigation .dropdown-parent .dropdown-toggle:hover {
	cursor: pointer;
}
.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon {
	display: inline-block;
	position: relative;
	height: 45px;
	width: 45px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border: none;
	display: block;
}
.main-navigation .dropdown-parent .dropdown-toggle.toggle-on .dropdown-icon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}



.navbar .search-toggle {
	position: absolute;
	top:0;
	right: 0;
}
.search-toggle  {
	color: #828f9a;
	padding: 0;
	
	text-align: center;
}
.search-toggle.active,
.search-toggle:hover,
.search-toggle:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

h1.entry-title {text-transform:uppercase;font-size:20px;padding:0;}

.h2.entry-title {font-size:17px;}


/* Post Nagination */
.navigation.post-navigation .nav-links {
	position: relative;
	background:#fff;
	margin-bottom: 30px;
	margin-top:30px;
	
}

.navigation.post-navigation .nav-links:before {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	content: "";
	line-height: 0;
}
.navigation.post-navigation .nav-links .nav-previous {
	float: left;
	width: 50%;
}
.navigation.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.navigation.post-navigation .nav-links a {
	display: block;
	padding: 30px;
	
	font-weight:700;
}

.navigation.post-navigation .nav-links:after {
	display: block;
	content: " ";
	clear: both;
}
.navigation.post-navigation .nav-links .nav-previous a:after,
.navigation.post-navigation .nav-links .nav-next a:after {
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.navigation.post-navigation .nav-links .nav-previous a {
	position: relative;
	padding-left: 50px;
}
.navigation.post-navigation .nav-links .nav-previous a:after {
	content: "\f105";
	left: 20px;
transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}
.navigation.post-navigation .nav-links .nav-next a {
	position: relative;
	padding-right: 50px;
}
.navigation.post-navigation .nav-links .nav-next a:after {
	content: "\f105";
	right: 20px;
}

/* Post Pagination */
.navigation.pagination {
	
	display: block;

}

.navigation.pagination .page-numbers {
	display: inline-block;
	color: #5e6a7f;
	padding: 4px 12px 5px;
	margin-right:5px;
	border-radius:3px;
	border: 1px solid #353d48;

	font-weight:700;
	
}
.navigation.pagination .current,
.navigation.pagination a:hover {
	color: #fff;
	border: 1px solid #353d48;
	
	text-decoration: none;
	position: relative;
}
.error-title {font-weight:700;font-size:25px;color:#fff;margin:0 0 15px;}
/* Page Links */
.page-links {
	text-align: center;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.4);
}
.page-links span,
.page-links a {
	display: inline-block;
	margin-left: -1px;
	text-decoration: none;
}
.page-links span,
.page-links a:hover span {
	color: #fff;
	padding: 15px 25px;
	border: 1px solid transparent;
	background-color: #1e5087;
}
.page-links a span {
	display: block;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: inherit;
	margin-left: 0;
}
#comments {margin-top:30px;}

.comments-title,
.comment-reply-title {
	font-size: 20px;
	font-weight: 700;
	
	margin-bottom: 10px;
}
.comments-title {margin-bottom:20px;}
.comment-body {
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
}
.children .comment-body {
	padding-left: 50px;
}
ol.comment-list {
	padding-left: 0;
}
ol.comment-list,
ol.comment-list ol.children {
	margin: 0;
	list-style: none;
}
.comment-reply-link {float:right;margin-bottom:30px;}
.comments-area li {list-style: none;}
.comment-author {font-weight:700;}
.comment-author img {float:left;margin-right:15px;margin-bottom:10px;}
.children {
	padding-left: 30px;
}
.comment-date {font-size:13px;color:#929292;}
.comment-meta {
	padding-bottom: 10px;
}


.required {
	color: red;
}
#wp-comment-cookies-consent {
	margin-right: 10px;
}
p.form-submit {
	margin: 0!important;
}
#comments input[type="submit"] {
   color: #5e6a7f;
border-radius: 4px;
border: 1px solid #353d48;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 20px;
    background: none;
  
}
#comments input[type="submit"]:hover {border:1px solid #fff;color:#fff;}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header {
	margin-bottom: 15px;
	background:#2e3542;
	padding:15px;
	margin:-15px -15px 15px;
}

.breadcrumbs {font-size:13px;}
h1.page-title {
	font-size: 20px;
	margin:0;
	
}

#colophon {clear:both;}

.wrapper_inner {
overflow:hidden;
background: #272d39;
padding:15px;
border-radius:5px;
}
/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.featured-slider {
	margin-top:15px;
	position:relative;
	background:url(/wp-content/uploads/2021/03/10.jpg) no-repeat;
	background-size:cover;
	height:224px;

 margin-bottom:15px;
	
}
.boverlay {position:absolute;left:0;top:0;height:100%;width:100%;}
.welcome {padding:25px;}
.welcome span {color:#fff;display:block;margin-bottom:20px;}
.welcome_title {color:#fff;font-weight:700;font-size:20px;}
.welcome a.wb {padding: 7px 30px;
border-radius: 20px;
text-transform: uppercase;
background: #fff;
color: #4986f5;}
.welcome a.wb:hover {color:#000;}
.welcome_box {color:#fff;line-height:1.3;width:200px;float:left;padding-right:20px;padding-top:30px;}
.welcome_box img {float:left;width:45px;margin-right:15px;}
.home section h2, .home section h1, .home section .h2 {font-size:20px;font-weight:400;}
.tg {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 30px;
}
.tg a {
  font-weight: 700;
  padding: 15px 55px 15px 20px;
  color: #000;
  border-radius: 8px;
  background: #fff url(/wp-content/uploads/2025/06/telegram.png) no-repeat 97% center;
    background-size: auto;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.07);
  background-size: 38px;
}
/*--------------------------------------------------------------
# Sidebar/Widget Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 30px;
	position: relative;
}

#secondary .widget {
background: #32364c;
padding:15px;border-radius:5px;}
#secondary #custom_html-2.widget {padding:0!important;background:none!important;box-shadow:none!important;}
.widget ol,
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#secondary .widget ul li {margin:0 0 10px; padding:0 0 10px;border-bottom: 1px solid hsla(0,0%,100%,.06);}
#secondary .widget ul li:last-child {padding:0 0 5px;margin:0;border:none;}
#secondary .widget ul li a {color: #9ca4b3;line-height:1.2;display:block;}
#secondary .widget ul li a:hover {color:#fff;}
#secondary .widget ul li a {text-transform:none;}



#secondary.widget-area .widget-title {
	font-size: 20px;
margin-bottom: 15px;
color: #ffc107;
font-weight:400;
}
#colophon .h3.widget-title {font-weight: 600;color: #fff;font-size:20px;}

#colophon .widget-area {padding:30px 0 10px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
position: relative;
background: #242932;
text-align:center;
}


.site-footer .widget ul li {display:inline-block;margin:5px 15px;}

.site-footer .widget ul li a {
	color: #828f9a;
	font-weight:400;
	font-size:18px;
	line-height:1.3;
}

.site-footer .widget ul li a:hover{
	color:#fff;
	
}

/* Site Info */
.site-info {
	
	font-size:14px;
	
	padding-bottom: 30px;
	max-width:700px;
	margin:0 auto;
	color: #fff;
	text-align:center;
}
.site-info p {opacity:0.6;margin:10px 0 0;}
.site-info ul {margin:0;padding:0;list-style:none;}
.site-info ul li {display:inline-block;margin-left:15px;}
.site-info ul li:first-child {margin-left:0;}
.site-info ul li a {color: #525c71;}
.site-info ul li a:hover {color:#fff;}
.site-branding img {width:100px;}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/



.infobar-links {padding-top:5px;}






.home-title {position:relative;}


.textblock ul {margin:0 0 15px 15px;padding:0;}

.best .h5 {text-transform:uppercase;font-size:16px;margin:0 0 5px;}
.best i {font-size:22px;margin-top:-2px;margin-right:7px;float:left;background: -webkit-linear-gradient(#21b068, #65da8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.best .h-col-6 p {clear:both;padding:0 0 0 30px;}
.best img {box-shadow:0 0 10px #cecece;}
.enter i {color:#30aad5;margin-right:10px;} 
.ent-btn p {text-align:center;display:inline-block;margin:0 0 20px 50px;font-weight:700;font-size:13px;}
.ent-btn a {display:inline-block;padding:10px 20px;}
.ent-btn p span {color:#fa6334;}

.single #breadcrumb {padding-left:5px;}

.miniature {float:left;margin-right:15px;width:45%;margin-bottom:15px;}
.post-col .miniature {margin-bottom:0;}
.post-col {clear:both;margin-bottom:15px;}

#page table {text-align:center;width:100%;border:1px solid #282f3a;margin-bottom:20px;background:#2e3542;}
#page table tr td {border:1px solid #282f3a;padding:5px 10px 10px;}
#page table tr:first-child {font-weight:700;background:#323946;}
.slot-wrap img {width:100%;}
.slot-wrap span {font-size:14px;color:#fff;display:block;margin:10px 0;}
.slot-wrap {margin-bottom:30px;background: #242932;text-align:center;border-radius:4px;overflow:hidden;}
.slot-wrap a.nb1 {padding:5px 10px;font-size:13px;display:block;max-width:150px;margin:0 auto 5px;}
.slot-wrap a.play {font-size:13px;color: #ffc107;text-transform:uppercase;}
.slot-wrap a.play:hover {color:#fff;}
.slot-btn {padding:0 15px 10px;}
.error404 .error-404 {text-align:center;padding:100px 0;}
.news-content {margin-bottom:30px;position:relative;clear:both;}
.news-content:after {content:"";position:absolute;right:0;width: calc(100% - 180px);height:2px;background:#2f3542;bottom:0;}
.news-content img {border-radius:4px;float:left;width:160px;margin-right:20px;}
.news-content .h4 {margin:0;padding:15px 0 0;}

.news-content .h4 a {color:#fff;font-size:16px;line-height:1.3;display:block;font-weight:400;}
.news-content .h4 a:hover {color: #ffc107;}

.payment, .developers, .bottom-link {text-align:center;}
.developers img {height:30px;margin:10px 15px;filter: invert(1) opacity(.3);vertical-align: middle;}
.payment img {height:30px;max-width:100px;margin:10px 15px;filter: invert(1) opacity(.3);vertical-align: middle;}

.developers {padding:40px 0 10px;}
.payment {padding-bottom:30px;}
.entry-content h1 {font-size:30px;line-height:1.1;}
.entry-content h2 {font-size:26px;line-height:1.1;}
.entry-content h3 {font-size:23px;line-height:1.2;}
.entry-content h4 {font-size:20px;line-height:1.2;}
.entry-content h5 {font-size:18px;line-height:1.3;}
.entry-content h6 {font-size:16px;line-height:1.4;}
.entry-content p a {text-decoration:underline;}

.brand-cat ul {list-style:none;margin:25px 0 10px;padding:0;} 
.brand-cat ul li {display:inline-block;margin-right:10px;margin-bottom:15px;}
.brand-cat ul li:last-child {margin-right:0;}
.brand-cat ul li a {padding:7px 20px;color: #5e6a7f;
border: 1px solid #353d48;
font-weight:600;}
.brand-cat ul li a:hover, .brand-cat ul li.active a {color: #fff;border: 1px solid #353d48;}

.post-btn {text-align:center;margin:30px 0 30px;}
.entry-content iframe {width:100%;height:500px;}

.srt {text-align:center;padding:30px 0;} 
.ddsg-wrapper ul {list-style:none;margin:0 0 15px 0;padding:0;}
.ddsg-wrapper ul li ul {list-style:disc;margin:0 0 15px 15px;}
.promo {padding-bottom:15px;text-align:center;}

.bingo .wrapper_inner {min-height:300px;width:100%;background: rgba(43,43,43,0.5) url(/wp-content/uploads/2021/02/woman.png) no-repeat right bottom;}
.jackpot {position:relative;border-radius: 6px;border: 2px solid #4986f5;padding:15px 15px 15px 80px;margin-bottom:30px;}
.jackpot b {display:block;font-weight: 700;color: #fff;}
.jackpot svg {fill:#5a657a;width:40px;height:40px;top:24px;left:20px;position:absolute;}
.jpbox {border-left:1px solid #333a48;padding-left:20px;}
#swin, #bwin {position:relative;color: #ffc107;font-size: 25px;}
#swin:after, #bwin:after {content:"RUB";position:absolute;right:-55px;}
.post-col 
.post-col .h2.entry-title {margin:0;}
.taxonomy-description {padding-top:15px;}
.bonus-list {position:relative;border-radius:5px;overflow:hidden;padding:15px;background: linear-gradient(130deg,#404843,rgba(64,72,67,0.1));margin-bottom:15px;}
.bonus-gift {margin-top:15px;border-radius:5px;overflow:hidden;padding:15px;background: linear-gradient(130deg,#363753,rgba(54,55,83,0.1));margin-bottom:15px;}
.bonus-list b {display:block;color: #ffc107;font-size:18px;font-weight:400;}
.home section h3 {color: #ffc107;font-size:18px;font-weight:400;}
.center-btn {text-align:center;padding:20px 0;}
.turniry .center-btn {padding:10px 0 30px;}
.home #main section ul {list-style:none;margin:0 0 15px;}
.home #main section ul li {position:relative;}
.step ul li {padding-left:20px;padding-bottom:10px;}
.step ul li:last-child {padding-bottom:0;}
.step ul li span {position:absolute;left:0;top:0;font-weight:700;color: #ffc107;}
.status ul li {padding-left:17px;}
.status ul li:before {content:"";position:absolute;left:0;top:9px;border-radius:50%;width:7px;height:7px;background:#9fe83e;}
.home #main section.status ul:first-of-type {margin:0 -15px 15px 0;}
.status ul:first-of-type li {float:left;width:50%;padding-right:15px;padding-bottom:5px;}
#page .status table {margin-top:15px;}
.play-game ul li {padding-left:17px;}
.play-game ul:first-of-type li {padding-bottom:10px;}
.play-game ul:first-of-type li:last-child {padding-bottom:0;}
.play-game ul li:before {content:"";position:absolute;left:0;top:9px;border-radius:50%;width:7px;height:7px;background:#4986f5;}
.play-game ul:last-of-type li {width:25%;float:left;padding-bottom:5px;}
.play-game ul:last-of-type li:before {background:#9fe83e;}
.play-game ul:last-of-type li:last-child {padding-bottom:15px;}
.play-start ul li {padding-left:20px;padding-bottom:10px;}
.play-start ul li span {position:absolute;left:0;top:0;font-weight:700;color: #ffc107;}
.play-start ul li:last-child {padding-bottom:0;}
.play-real ul li {padding-left:20px;padding-bottom:10px;}
.play-real ul li:last-child {padding-bottom:0;}
.play-real ul li span {position:absolute;left:0;top:0;font-weight:700;color: #ffc107;}
.home #main section.deposit ul, .home #main section.support ul {margin:0 -15px 15px 0;}
.deposit ul li {padding-left:17px;padding-right:15px;float:left;width:25%;padding-bottom:5px;}
.deposit ul li:last-child {padding-bottom:15px;}
.deposit ul li:before {content:"";position:absolute;left:0;top:9px;border-radius:50%;width:7px;height:7px;background:#9fe83e;}
.support ul li {padding-left:17px;padding-right:15px;float:left;width:33.3333%;padding-bottom:5px;}
.support ul li:last-child {padding-bottom:15px;}
.support ul li:before {content:"";position:absolute;left:0;top:9px;border-radius:50%;width:7px;height:7px;background:#9fe83e;}
.support {padding-bottom:30px;}
.featured-stories p {font-size:20px;font-weight:400;color:#fff;}

.promotop, .promo-top {text-align:center;padding:15px;background:#ffc107;font-weight:700;color:#242831;}
.promo-top {position:fixed;top:0;left:0;right:0;z-index:99;}
.promotop a, .promo-top a {color:#2466dd;}


span.promolink { 
position:relative;
margin-right:25px;
color:#ef3e12;
text-decoration:none!important;
font-weight:700;
cursor:pointer;
display:inline-block;
}

span.promolink:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/slc/images/copy.svg);
    mask: url(/wp-content/themes/slc/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ef3e12;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.promotop span.promolink:after {background-color: #2466dd;}
.promotop span.promolink { color:#2466dd;}
.promo_box {margin:0 0 15px;border-radius: 6px;border: 2px solid #00f590;padding:15px;font-weight:700;color:#fff;text-align:center;}
.promo_box p {margin:0;}
.promo_blogger {margin:30px auto 15px;border-radius: 6px;border: 1px dashed #00f590;padding:15px 15px 15px;color:#fff;text-align:center;}
.promo_blogger p {margin:0 0 7px;float:left;width:50%;}

.promo_blogger p:nth-of-type(1) {color:#9ebffa;}
.promo_blogger p:nth-of-type(2) {color:#9efab4;}
.promo_blogger b {display:block;color:#ffc107;margin:0 0 10px;}
.welcome .promo_box {z-index:99;position:relative;margin:30px 0 0;padding:10px 30px 10px 15px;border:1px dashed rgba(255,255,255,0.5);display:inline-block;}
.welcome .promo_box span.promolink:after {background-color: #ffc107;}
.welcome .promo_box span.promolink { display:inline-block;color:#ffc107;margin:0!important;}
@media (max-width: 1199px) {
.status ul:first-of-type li, .support ul li {width:100%;}
}
@media (max-width: 991px) {
	.promo_blogger p {width:100%;}
	#secondary {margin-top:30px;}

	.navbar .navbar-header-container {
		max-width: inherit;
	}
	.navbar-ad-section {
		text-align: center;
		padding:10px 0;
	}
	.navbar-head .navbar-brand {margin:0 auto!important;max-width:200px;}
	.navbar-head .navbar-brand img {max-width:200px;}
	.navbar-ad-section,
	.navbar-brand.col-lg-6 + .navbar-ad-section {
		margin-top: 15px;
	}
	.navbar-brand-wrap {
		padding-left: 15px;
		max-width: 720px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.navbar-brand-wrap .navbar-brand {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.navbar-head .justify-content-lg-between .navbar-brand,
	.navbar-head .col-auto.navbar-brand {
		max-width: 100%;
	}
	.navigation-icons-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-brand-wrap .navigation-icons-wrap {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-brand-wrap .navbar-brand {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.navbar-brand-wrap .navigation-icons-wrap .navbar-toggler {
		-ms-flex-order: 1;
		order: 1;
		margin-left: 1px;
	}
	.navbar-header-container {
		max-width: inherit;
	}
	.navbar-inline-row {
		display: block;
	}
	.navbar-main {
		padding-right: 0;
		background: #1c2028;
	}
	.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li:hover > a {

background:none;
}
	.navbar-collapse {
		width: 100%;
		max-width: 720px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.search-toggle {
		padding: 12px 15px;
	}
	.navbar .navbar-toggler,
	.navbar .search-toggle {
		height: 46px;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
	}
	.navbar .navbar-main .search-toggle {
		display: none;
	}
	.search-block .input-group-prepend .btn-theme {
		padding-left: 22px;
		padding-right: 22px;
	}
	.search-block {
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background-color: rgba(0, 0, 0, 0.05);
	}

	.search-block.on {
		display: block !important;
	}
	.search-block.off {
		display: none !important;
	}

.main-navigation li {display:block;margin-right:0;border-bottom:1px solid rgba(255,255,255,0.03);}
.main-navigation li a {padding:10px;}
.navbar {padding: 5px 0;}
  .h-slot .h-col-3, .slotpage .h-col-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 767px) {
.featured-slider {
padding:30px 15px 80px;
	height:auto;

	
}
  .tg {
    text-align: center;
    left: calc(50% - 125px);
    right: auto;
    bottom: 40px;
  }
.play-game ul:last-of-type li, .deposit ul li {width:50%;}

  .h-slot .h-col-3, .slotpage .h-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
    .seltable {
        width: 100%;
        overflow: auto!important;
       border:1px solid #2e2c33;
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .seltable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
.miniature {margin-right:0;width:100%;}
.post-col .miniature {margin-bottom:15px;}
}

@media (max-width: 575px) {

	.navigation-icons-wrap,
	.navbar-brand-wrap,
	
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}

}
@media (max-width: 500px) {
.welcome_box {display:none;}
.welcome {text-align:center;}
.play-game ul:last-of-type li, .deposit ul li {width:100%;}
}
@media (max-width: 440px) {
.news-content img {width:100%;margin-right:0;margin-bottom:15px;}
.news-content:after {display:none;}
}
@media (max-width: 370px) {
.navbar-ad-section {padding:10px 15px;}
.navbar-ad-section a, .bottom-link a {display:block;}
.navbar-ad-section a.nb1 {margin-right:0;margin-bottom:15px;}
.bottom-link a.nb1 {margin-right:0;margin-bottom:15px;}
}
@media (max-width: 320px) {
#swin, #bwin {font-size: 20px;}
}