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

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(255,255,255,0.8);
	background:#1d1630;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	line-height:1.3;
color:#fff;
	
	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: #3077f7;

  text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
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: 0;
    padding: 20px;
	
}
.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: center;
    flex-wrap: wrap;
}
.head-right {} 
.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;
border-bottom: 1px solid #262c39;
padding:15px 0;

}

.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: #202040;

	
}
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: #f1f1f4;

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

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

@media (max-width:1199px) {
.main-slider {height:250px;background-size:cover;}
}
@media (max-width:900px) {
.main-slider {height:200px;}
}
@media (max-width:670px) {
.main-slider {height:150px;}
}
.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:#f8f8fe;
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;}
.copyright ul {margin:0 0 15px;list-style:none;}
.copyright ul li {display:inline-block;margin:0 10px;}
.copyright ul li a {color:#27d2f2;}
.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:#3f417a;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
	text-decoration: none;
	
	border-radius:2px;
}
.nav-links .current,
.nav-links a:hover {
    background: #343567;
	
	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:4px;
    padding: 10px 20px;
    color: #fff;
    background:#35295a;
	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: #251b45;}
#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;}
.widget-wrapper ul li a:hover {color: #ff9a01;}
a.go1 {
color: #fff;
text-transform:uppercase;
background: #d004fc;
text-align:center;
padding:10px 30px;
border-radius:4px;
font-weight:700;
}
.front-container {padding:0 0 40px;}
a.go2 {
background: #fdcd2d;
color: #000;
text-transform:uppercase;
text-align:center;
padding:10px 30px;
border-radius:4px;
font-weight:700;
}
a.go1:hover {background: #db4afa;}
a.go2:hover {background: #f9d766;}
.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:#2c2c4f;margin-bottom:30px;border-radius:2px;overflow:hidden;}
.articles img {display:block;width:100%;}
.articles a {display:block;line-height:1.3;color:#27d2f2;}
.articles a:hover {color:#fff;}
.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 #fcc50d;font-size:17px;font-style:italic;}
table {border-collapse: collapse;margin:0 0 15px;width:100%;border:1px solid rgba(255,255,255,0.1);}
table thead {font-weight:700;}
table td, table th {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
@media screen and (max-width: 768px) {
    .selector {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .selector 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:#000;border-radius:2px;padding:6px 15px;background:#ff9a01;}
.head-right {padding-right:20px;}
.head-right a.go1 {margin-right:5px;}






.games {padding-top:30px;}
.home-content {padding:30px 0;}
.home-content a {display:block;margin:30px auto 20px;max-width:300px;padding:10px;text-transform:uppercase;background:#fdcd2d;color:#000;font-weight:700;border-radius:4px;text-align:center;}
.home-content a:hover {background:#f9d766;}
.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;color:#fff;text-transform:uppercase;margin:0 0 15px;}
.content_slots {margin:30px 0;}
.content_slots .entry-header h1 {color:#fff;}
@media (max-width:1199px) {
.entry-content iframe {height:400px;}

.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) {


#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) {
.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;}

.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-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;}
}