/*
Theme Name: win
Text Domain: win
*/

/* Basic Style */

*{
  margin:0;
  padding:0;
  outline:none;
}
body{ 
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word;
  position:relative;
  background: #000;
  font-size: 15px; line-height:1.5;
  color: rgba(255,255,255,0.7);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
img{ 
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  font-weight:700;
  margin:0 0 15px;
  padding:0;
  color: #fff;
}
h1 {font-size:26px;}
h2, .h2 {font-size:23px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:17px;}
h6 {font-size:16px;}
p{ 
  margin:0 0 15px; 
  padding:0;
  
}
a{ 
  text-decoration:none; 
  color: #69b5e0;
}
a:hover{ 
  text-decoration:none; 
  color:#fff;
  
  
}

ul, ol { 
  margin:0 0 15px 15px; 
  padding:0;
}
table {
	border-collapse: collapse;
	border:1px solid rgba(255,255,255,0.1);
	width:100%;
	margin:0 0 15px;
}
table td, table th {border:1px solid rgba(255,255,255,0.1);padding:9px 15px;}
@media screen and (max-width: 600px) {
    .mob-table {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
      
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .mob-table table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

.clear{ 
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
  background:#d1a157;
}
.center{ 
  text-align:center; 
  margin-bottom:40px;
}
.middle-align{ 
  
  padding: 40px 0 15px;
}
.wp-caption{ 
margin-bottom:15px;
 
  font-size:14px; 
  max-width:100%;
}
.wp-caption-text{ 
padding:6px 0 0;font-style:italic;opacity:0.8;text-align:center;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.sticky{ 
  margin:0; 
  padding:0; 
}

.gallery-caption{ 
  margin:0;
  padding:0;
}
.alignleft, 
img.alignleft {
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  border:1px solid #bbb;
  padding:5px; 
}
.alignright, 
img.alignright { 
  display: inline; 
  float: right; 

  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, 
img.aligncenter {
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;

}
.alignnone,
img.alignnone {
  border: 0;
  padding: 0;
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
 margin:0;
 padding:0;
}
input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"], 
textarea{
  border:1px solid #bcbcbc;
  width:100%; 
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px; 
}
input[type="submit"] {
  text-align:center;
  text-transform:uppercase;
  
  padding: 10px 30px; 
  background: #ebc892;
  font-weight:700;
  color: #000;
  border-radius:5px;
  border: none;
}

/* --------TOP BAR --------- */

.main-header .custom_title{
  display: none;
}
.main-header .custom-social-icons {
  text-align: center;
  padding: 15px 0;
}
.main-header .custom-social-icons i {
  
  
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 2.5;
  margin-right: 3px;
}
.main-header {padding:10px 0;}

/*----------------- SEARCH POPUP ----------------*/
.serach_inner label {
  width: 80%;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
 display: table;
 padding: 0;
 border-radius: 0;
 border-bottom: solid 1px #999; 
 margin: 0 auto;
 max-width: 700px;
 width: 100%;
}
.serach_inner input.search-submit {
  padding: 10px 25px;
  background: url(assets/images/search.png) no-repeat scroll 0 8px;
  font-size: 13px;
  text-align: center;
  float: right;
  text-indent: -9999px;
  border: none;
  margin-top: 6px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #999
}
.search-box i {
  color: #92d497;
  cursor: pointer;
  font-size: 15px;
  border: solid 1px #92d497;
  border-radius: 50%;
  padding: 14px;
}
.search-box i:hover{
  background: #92d497;
  color: #000;
}
.search-box {
  text-align: center;
  margin: 15px 0;
}

/* --------- HEADER --------- */
.home-page-header {background:#000;
  
}
#header {padding:15px 0;
background: #05101f;
}
#header .nav {
  display: block;
  margin:0;padding:0;
}
#header .nav ul {
  padding: 0;
  margin: 0;

}
#header .nav ul li{ 
  display:inline-block; 
  margin-right:15px; 
  padding:0;
  position:relative;
}
#header .nav ul li a{ font-weight:700;color:#fff;
  display: block;
}
#header .nav ul li a:hover{
  color:#69b5e0;
}
#header .nav ul ul {
  margin:5% 0 0 0;
}
#header .nav ul li:hover > ul li a{
  
  border-bottom: solid 1px #567BD1;
}

/* --------- SLIDER--------- */
#slider{ position:relative;width:1110px;padding:100px 30px 0;
background:url(/wp-content/uploads/2025/07/bg.webp) no-repeat right center;background-size:cover;height:500px;margin:30px auto;
}
img.sli {position:absolute;right:0;top:0;width:470px;}
.slink {position:absolute;left:0;top:0;width:100%;height:100%;}
.s-title {font-weight:700;color:#fff;font-size:26px;}
.s-promo {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;}
#slider a.link1 {display:block;padding:10px;max-width:200px;margin:30px 0;}
#slider a.link2 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.s-promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #fbd74b;
}

.s-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
    mask: url(/wp-content/themes/win/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fbd74b;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1135px) {
#slider {margin:0 0 30px;width:100%;}
}
@media (max-width:767px) {
#slider {padding:30px 15px;height:auto;text-align:center;}
.s-title {font-size:21px;}
.slink, img.sli, .home #header, .home .top-link, .home .toggle {display:none;}
#slider a.link1 {margin:15px auto;}
#slider a.link2 {display:block;}
}
#service-sec p {margin:0;}
#service-sec .h4 {margin:10px 0 0;padding:0;}
.cat_box img {width:100%;}
.cat_box {background:#05101f;margin:0 0 30px;}
#service-sec .h4 a {
  font-size: 15px;padding:0 15px 15px;
  font-weight:700;line-height:1.3;
  display:block;
}
#footer .widget {
  padding: 15px 0;
}

#comments label {display:block;opacity:0.6;font-size:14px;margin-bottom:8px;}
#footer ul li a {
  color:#999;
  
  font-weight:700;
}
#footer ul li a:hover {color:#fff;text-decoration:none;}
#footer ul li {
  list-style: none;
  padding: 0;
  margin:5px 10px;
  display:inline-block;
}

#footer ul {
  margin: 0;padding:0;
}
#sidebar select ,#footer select {
  padding: 10px 5px;
  width: 100%;
}
.sub-title{
  margin: 5em 0 0 0;
  line-height: 2em;
}
#footer {padding-top:20px;
  text-align: center;
  background: #000;
}
#footer .h3 {
 
  font-size: 20px;
  padding: 0 0 17px 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.navigate ul{
  list-style: none;
}

#footer-2 {
padding:15px 0 15px;
text-align:center;
background:#000;
}
.copyright {font-size:13px;}

#footer-2 p {color:rgba(255,255,255,0.6);margin:0;}

#footer-2 ul {margin:0 0 10px;padding:0;}
#footer-2 ul li:first-child {margin-left:0;}
#footer-2 ul li {margin-left:15px;display:inline-block;list-style:none;}

#footer-2 ul li a:hover {color:#fff;}
/* --------- Blog Page ------- */

#our-services iframe{
  width: 100%;
}

h1.page-title {
  
  padding:10px 20px;
  background:#7fbd83;
  color:#2c2c2d;
  font-weight:700;
  border-radius:5px;
  margin:0 -15px 15px;
  text-transform:uppercase;
  font-size:30px;
}
.page-template-default h1.page-title {
margin:0 0 15px;
 
}
#our-services {
  margin-top: 0;
}
.post-main-box {
  margin-bottom: 30px;
}
.post-main-box .h3 {
  font-size: 16px;
 
  margin-top: 15px;line-height:1.3;
  font-weight: 700;
  text-align: left;margin:0 0 10px;
  padding: 0;
}
.new-text p {
margin:0;
}

.post-info hr {
  width: 10%;
  border-top: solid 2px #ffe819;
  margin-bottom: 0;
}
.content-bttn {
  margin: 20px 0 5px;
}
.content-bttn .view-more:hover i,
.error-btn .view-more:hover i{
  color: #fff;
}
/* --------- POST --------- */
#reply-title.h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 30px;
  
  text-transform: none;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}

/* Comments BOX */

#comments ol.children img {
  width: 30px;
}
#comments ol {
  list-style: none;
  margin:0 0 15px;
}
#comments ol.children {padding-left:30px;}
#comments{  
  margin-top:30px;
  
}  

#comments .h2.comments-title{
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
  
  padding:20px 0 0 0;
}
#comments .h2.comment-reply-title{
  font-size:20px;margin:0 0 15px;
  font-weight:700;
  clear:both;
 
}  
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:0 0 15px;
}
#comments input[type="submit"] {font-size:15px;text-transform:none;padding:10px 20px;margin-bottom:20px;border-radius:30px;color:#fff;background:#2e69ff;}
#comments input[type="submit"].submit:hover {
  background: #2e69ff;
  
  border: none;
}
#comments a.comment-reply-link{
  color:#000;
  font-weight:700;
  background:#98be9b;
  padding:5px 15px;
  text-transform:uppercase;
  font-size:14px;
}  
#comments a.comment-reply-link:hover{
  background:#86ac89;
  text-decoration:none;
}

  

#comments .reply{
  float:right;
}
#comments .comment-author{
  font-weight:700;
}
#comments .comment-author img {margin-right:10px;}
#comments .comment-author .comment-date {font-weight:400;font-size:14px;color:#97bf9a;margin-left:30px;margin-right:30px;}
#comments .comment-meta{
float:right;
}
#comments .comment-content{
padding-bottom:30px; 
margin-top:20px;
margin-bottom:20px;
border-bottom:1px solid rgba(253,192,97,0.3);
}
.comment-date {display:inline-block;}


/* Sidebar */
#sidebar .custom-social-icons {
  text-align: center;
}
#sidebar .custom-social-icons i,
#footer .custom-social-icons i {
  background: #ffe819;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.5;
  color: #2c2c2d;
}
#sidebar .custom-social-icons i:hover,
#footer .custom-social-icons i:hover{
  background: #3761c8;
  color: #fff;
}
#sidebar td#prev a {
  color: #b5b5b7;
}
#sidebar caption {
  font-weight: bold;
  color: #2c2c2d;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #b5b5b7;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #b5b5b7;
}
#sidebar select, 
.woocommerce .woocommerce-ordering select{
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #b5b5b7;
  background: transparent;
}
#sidebar form{
  text-align: center;
}
#sidebar .h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform:uppercase;
}
#sidebar input[type="search"] {
  padding: 15px;
  font-size:15px;
  margin-bottom: 10px;
  color:#b5b5b7;
  border: solid 1px #e1e1e1;
  width: 100%;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  color: #2c2c2d;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  letter-spacing: 1px;
}
#sidebar {background:#05101f;padding:15px;}
#sidebar .widget {
  margin-bottom: 30px;
  
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
#sidebar ul li {
border-bottom: 1px solid rgba(255,255,255,0.1);
 padding-bottom:10px;
 margin-bottom:10px;
}
 .search-submit {display:none!important;} 
#sidebar ul li a {
display:block;

font-weight:700;
line-height:1.3;
}

.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}

/*------------ PAGE CSS -------------*/

.error-btn {
  margin: 25px 0;
}

.taxonomy-description {padding-bottom:30px;}
/*------------- PAGINATION CSS --------------*/
.pagination {
  clear:both;
  margin:30px 0 30px 0;
} 
.slots .pagination {
 
  margin:0 0 30px;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 0 2px;background:#fff;
  font-weight:700;
  padding:7px 15px;
  text-decoration:none;
  border-radius:3px;
  color: #000;

} 
.pagination a:hover, .pagination .current{
  color:#fff;
  background: #ff642e;
} 

#content-vw .pagination ul{
  margin:0;
  clear:both;
}
#content-vw .pagination ul li{
  margin:0;
}
.post-navigation{
  clear:both;
}
.post-navigation {
  clear: both; 
}
.nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .current .screen-reader-text { 
  position: absolute !important; 
}
.post-navigation a { 
  color: #2c2c2d; 
  display: block; 
  padding: 1.75em 0;
}
.post-navigation span { 
  display: block; 
}
.post-navigation .meta-nav { 
  color: #686868; 
  font-size: 13px;
  letter-spacing: 0.076923077em; 
  line-height: 1.6153846154; 
  margin-bottom: 0.5384615385em; 
  text-transform: uppercase; 
}
.post-navigation .post-title {
  display: inline; 
  font-size: 15px; 
  font-weight: 700;  
  line-height: 1.2173913043; 
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title { 
  color: #3761c8;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #3761c8;
}
.post-navigation .nav-links {
  position: relative;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.post-navigation .page-numbers {
  display: inline-block; 
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,
.post-navigation .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,
.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,
.post-navigation .prev:focus,
.post-navigation .next:hover,
.post-navigation .next:focus {
  background-color: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,
.post-navigation .next:focus {
  outline: 0;
}
.post-navigation .prev {
  right: 54px;
}


.col-1,.col-2 {
  max-width: 100%;
}

.top-link {text-align:right;padding-top:8px;}
.top-link a.link1 {margin-right:10px;}
a.link2 {background:linear-gradient(89.51deg,#5cc1ed 2.16%,#f3337a 76.65%);color:#fff;font-weight:700;border-radius:10px;text-align:center;padding:10px 30px;}
a.link1 {background:#fff;color:#000;font-weight:700;border-radius:10px;text-align:center;padding:10px 30px;}
.footer-btn a.link1 {margin-right:15px;}

.footer-btn {clear:both;margin:10px 0 30px;}
.footer-btn a.fb1 {margin-right:20px;background:#fdc061;
border:1px solid #fdc061;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;}
.footer-btn a.fb1:hover {color: #fdc061;
  background: none;}
  .footer-btn a.fb2:hover {color: #3daa45;
  background: none;}
.footer-btn a.fb2 {background:#3daa45;
border:1px solid #3daa45;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;}
.enter-btn a {border:1px solid #3daa45;text-transform:uppercase;
color:#000;background:#3daa45;
border:1px solid #3daa45;
border-radius: 30px;
padding: 8px;
text-align:center;
display:block;
font-weight:700;}
.enter-btn a:hover {color: #3daa45;
  background: none;text-decoration:none;}
.top-btn a {
text-transform:uppercase;
color:#000;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
background:#fdc061;
border:1px solid #fdc061;
padding: 12px 30px;
font-weight:700;
letter-spacing: 1px;
}

blockquote {font-size:18px;color:#fff;border-left:4px solid #dc488b;padding:0 0 0 15px;font-style:italic;}

.slot_button {position:absolute;left:0;top:15%;width:100%;display:none;}
.slot_button span {font-size:14px;color:#fff;}
.slot_box img {width:100%;}
.slot_box:hover .slot_button {display:block;}
.slot_box:hover img {opacity:0.3;}.slot_button a.link2 {display:block;margin:10px auto;max-width:180px;padding:10px;}

a.demolink {font-weight:700;text-transform:uppercase;font-size:13px;color: #fff;}
a.demolink:hover {text-decoration:underline;}
.slot_box {margin-bottom:30px;position:relative;text-align:center;background:#000;}
.miniature {width:47%;margin-right:20px;margin-bottom:15px;float:left;}

.entry-content h1 {clear:both;}
.entry-content h2 {clear:both;}
.entry-content h3 {clear:both;}
.entry-content h4 {clear:both;}
.entry-content h5 {clear:both;}
.entry-content h6 {clear:both;}
.entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content iframe {width:100%;height:450px;padding:0;border:none;}
#sidebar ul li .post-date {color:#49453f;font-size:13px;margin-top:7px;}
.post-info {font-size:13px;color:#49453f;margin-bottom:5px;}
.bar-btn a {display:block;margin:10px 0;}
.turnir_wrap .m-col-6 {text-align:center;}
.turnir_wrap .m-col-6 .m-col-6 p {font-weight:700;text-transform:uppercase;font-size:14px;color:#dcd9d5;}
.turnir_wrap .m-col-6 .m-col-6 span {text-transform:uppercase;font-size:11px;color:#909090;}
.turnir_wrap .m-col-6 p {color:#909090;}
.turnir_wrap .m-col-6 span {color:#dcd9d5;}
.inner-bg {background:#302d28;padding:15px 15px 0;}
.dms {margin:10px 0 10px;padding-bottom:15px;border-bottom:1px solid #13100e;}
.dms span {margin-left:23px;margin-right:23px;font-size:14px;}
.bar-btn a.bb1 {background:#fdc061;border:2px solid #fdc061;margin-bottom:10px;}
.bar-btn a.bb2 {background:#3daa45;border:2px solid #3daa45;}
.bar-btn a.bb1:hover {background:transparent;text-decoration:none;color:#fdc061;}
.bar-btn a.bb2:hover {background:transparent;text-decoration:none;color:#3daa45;}

.ddsg-wrapper ul li ul {margin-top:10px;margin-bottom:10px;}

.slotlogo {margin:10px 0 20px;text-align:center;padding:10px 0 10px;}
.slotlogo img {margin:10px 15px;}
.play_wrap .inner-border, .turnir_wrap .inner-border {margin-top:15px;}
.reg_wrap, .status_wrap, .turnir_wrap, .trust_wrap, .support_wrap, .pay_wrap {padding-bottom:40px;}
.play_wrap {padding-bottom:40px;}
.pay_wrap .h5 {text-transform:uppercase;color:#4996c7;}
.logopay {text-align:center;padding-bottom:20px;}
.logopay img {margin:10px 40px;}
.support_wrap i {padding-top:9px;float:left;margin-right:15px;border:3px solid #fdc061; color:#fdc061;font-size:15px;border-radius:50%;width:40px;height:40px;text-align:center;}
.support_wrap .m-col-6 {padding-bottom:15px;}
.reg_wrap .h5, .play_wrap .h5 {padding:5px 0 0;text-transform:uppercase;}
.play_wrap .h4 {font-size: 1.25rem;color:#615746;font-weight:700;text-transform:uppercase;}
.reg_wrap span {font-size:20px;float:left;margin-right:15px;border:3px solid #4996c7; color:#4996c7; border-radius:50%;width:40px;height:40px;text-align:center;font-weight:700;}
.play_wrap .m-col-6 span {font-size:20px;float:left;margin-right:15px;border:3px solid #3daa45; color:#3daa45; border-radius:50%;width:40px;height:40px;text-align:center;font-weight:700;}
.play_wrap .m-col-6 p {padding-left:55px;}
.play_wrap .m-col-4 span {font-size:20px;float:left;margin-right:15px;border:3px solid #d62225; color:#d62225; border-radius:50%;width:40px;height:40px;text-align:center;font-weight:700;}
#end div div, #end2 div div {color:#dcd9d5;font-size:30px;font-weight:700;margin:0 13px;display:inline-block;padding-top:5px;width:60px;height:60px;text-align:center;border:1px solid #544939;border-radius:100%;}
.enter-link i {font-weight:700;margin-top:1px;margin-bottom:10px;font-size:23px;float:left;margin-right:10px;color:#fede1e;}
.enter-link .m-col-2 {text-align:center;}
.enter-link .h6 {color:#87ea1e;font-size:16px;font-weight:700;margin:5px 0 0;}
.enter-btn {padding-top:20px;}
.enter-btn p {margin:15px 0 15px;font-size:14px;}
.enter-btn p span {color:#fed91d;}
.enter-link {padding-top:40px;}
.top-header {padding:3px 0 5px;text-align:center;background:#1d1916;}
.pagetitle {padding:30px 0 0;}
.pagetitle h1 {margin:0;font-size:24px;}
.breadcrumbs {font-size:13px;}
.error404 #our-services {padding-top:100px;padding-bottom:130px;text-align:center;}
.error404 #our-services h1 {font-size:25px;}
.cat-dev ul {list-style:none;margin:0;}
.cat-dev ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.cat-dev ul li a {text-decoration:none;background:#472aed;font-weight:700;font-size:14px;text-transform:uppercase;padding:7px 15px; color:#fff;border-radius:30px;}
.cat-dev ul li a:hover {color:#fff;}
.entry-content-link {text-align:center;padding:30px 0;}
#about a {background: #2e69ff;
  color: #fff;display:block;margin:15px auto;max-width:240px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  padding: 10px;}


a.btn-register {text-decoration:none;color: #000;background: #fdc061;
border: 1px solid #fdc061;border-radius:30px;padding: 10px;display:block;max-width:200px;margin:20px auto 20px;
font-weight: 700;
text-transform: uppercase;}
.promobox {color:#fff;text-align:center;font-weight:700;padding:15px;margin:15px 0 0;background:#302d28;}
.promofix, .promo-fix {color:#fff;text-align:center;font-weight:700;padding:15px;background:#302d28;}
.promo-fix {z-index:99;position:fixed;top:0;left:0;right:0;-webkit-box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.5);
box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.5);}
.home .promobox {margin:15px 0 0;}
.entry-content .promobox {margin:0 0 15px;}
span.js__get_promo {cursor:pointer;color: #fdc061;position:relative;margin-right:25px;}
span.js__get_promo:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pfs/images/copy.svg);
    mask: url(/wp-content/themes/pfs/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fdc061;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media screen and (max-width:720px) {#header {box-shadow:none;padding:0;}
  .toggle{
    display:block;
  }
  .toggle a{
    width:100%; 
    color: #fff;
	text-transform:uppercase;
    font-weight: 700;
    background: url('assets/images/responsive_menu.png') no-repeat right center #2a2a2a;
    padding:10px 10px;
    font-size: 16px;
    text-align: left;
  }
  .toggle a:hover {text-decoration:none;}
  .nav{
    display:none;
  }

  #header .nav ul{ 
    width:100%; 
    float:none !important; 
    margin:0;
    padding:0 0 20px;
  }
  #header .nav ul li{
    border:none;
    display:block; 
    float:none; 
    text-align:left;border-bottom:1px solid rgba(0,0,0,0.1);
	margin:0; 
  }
  #header .nav ul li > a{ 
  border:none;}
  .nav{
    padding: 0;
  }
  .nav ul li ul, 
  .nav ul li ul ul{ 
    display:block !important;
  }
 
  .nav ul li a{
   
    padding: 12px !important;
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }  
}
@media screen and (min-width:720px){

  #header .nav ul li ul{
    display:none; 
    z-index:2;
    font-weight:normal;
  }
  #header .nav ul li:hover > ul{
    display: block;
    background: #3761c8;
    width: 200px;
    position: absolute;
    top: 45px;
    left: 0;
    text-align: left;
    font-weight: bold;
    z-index: 99;
  }
  #header .nav ul li:hover > ul li{ 
    display:block;
  }
  #header .nav ul li:hover ul li ul{
    display:none;
  }
  #header .nav ul li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:200px; 
    top:5px;
  }
  #header .nav ul.sub-menu{
    margin-top:10px;
  }
  #header .nav ul.sub-menu li a:hover{
    background: #ffe819;
    color:#2c2c2d;
  }
  #header .nav ul.sub-menu li a{
    padding: 12px;
    display: block;
  }
}@media screen and (max-width: 400px){.top-link a, .footer-btn a {display:block;margin:10px auto!important;}}
@media screen and (max-width: 1199px){
.slot_button {top: 8%;}
#feed-sec ul li {width:100%;}
}
@media screen and (max-width: 991px){.main-header {text-align:center;}.top-link {text-align:center;padding:20px 0 10px;}
#custom_html-3 {display:none;}
.slots .m-col-3, .slot_wrap .m-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#service-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slot_button {top: 20%;}
.main-header .col-lg-1 {display:none;}
.inner-bg {
margin-bottom:30px;
}
}
@media screen and (max-width: 767px){
.slot_button {top: 15%;}
.miniature {width: 100%;margin-right: 0;margin-bottom: 15px;margin-top: 0;}
.entry-content iframe {height:350px;}
.slotlogo img {margin:5px 7px;max-width:100px;}
}
@media screen and (max-width: 520px){
	.entry-content iframe {height:300px;}
.slot_button {top: 10%;}
}
@media screen and (max-width: 480px){
.slot_button {top: 20%;}
.slots .m-col-3, .slot_wrap .m-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#service-sec .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slot_wrap ul li, #support-sec ul li, #devs-sec ul li {width:100%;}
}
@media screen and (max-width: 420px){
.entry-content iframe {height:250px;}
#end div div, #end2 div div {font-size:20px;margin:0 7px;padding-top:3px;width:40px;height:40px;}
.dms span {margin-left:10px;margin-right:10px;font-size:13px;}
}
@media screen and (max-width: 390px){
.footer-btn a {border-radius:30px;display:block;text-align:center;}
#footer-2 .footer-btn a.fb1 {margin-right:0;margin-bottom:15px;}
#comments input[type="submit"] {font-size:12px;}
}
@media screen and (max-width: 350px){
	.entry-content iframe {height:200px;}

}