/*
Theme Name: slot
Text Domain: slot
*/
html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #191919;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 15px;
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 10px 10px;
}

@media screen and (max-width: 767px) {
  .xtable {
    width: 100%;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    margin: 20px 0 20px;
  }
  .xtable table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
section img {
  max-width: 100%;
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}

h1 {
  font-size: 26px;
}

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 {
  color: #e26700;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 17px;
  margin: 0 0 15px;
  color: #fff;
  padding-left: 15px;
  border-left: 4px solid #2dc53a;
}

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption-text {
  padding: 6px 0 0;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  opacity: 0.8;
}

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

#reply-title, .comments-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.gamescat ul {
  margin: 10px 0 5px;
  list-style: none;
}

.gamescat ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
}

.gamescat ul li a {
  color: #fff;
  background: #2cc339;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 700;
}

.main-container ol {
  list-style-position: outside;
}

.main-container ol li {
  margin: 5px 0;
}

.toggleMenu {
  display: none;
}

section {
  padding: 0;
  position: relative;
}

.section_head {
  margin-bottom: 50px;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.main-container {
  margin: 15px 0;
  padding: 0;
}

.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.entry-header {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.2);
}

.entry-header h1 {
  font-size: 23px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.header-left {
  width: 30%;
  float: left;
}

.header-center {
  width: 35%;
  float: left;
  padding-top: 6px;
}

.header-center a.first {
  margin-right: 10px;
}

.header-right {
  width: 35%;
  float: left;
  text-align: right;
  padding-top: 10px;
}

/* ===== Main Header ========= */
#header {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: 1px solid #151515;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.122);
  padding: 15px 0 15px;
}

a.custom-logo-link {
  display: inline-block;
}

.logo img {
  width: 100px;
  display: block;
}

/********************************
** Navigation Menu Css
********************************/
.sitenav {
  position: relative;
  z-index: 9;
}

.sitenav ul {
  margin: 0;
  padding: 0;
}

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

.sitenav ul li a {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #999;
  position: relative;
  text-decoration: none;
}

.sitenav ul li.current_page_item a, .sitenav ul li a:hover {
  color: #fff;
}

#home_slider {
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  padding: 50px 0 0;
  height: 350px;
  width: 100%;
  background: #031716 url(/wp-content/uploads/2024/12/banner.jpg) no-repeat 70% center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.slider_text {
  text-transform: uppercase;
  font-weight: 400;
}

.slider_welcome {
  font-size: 25px;
}

.slider_welcome span {
  color: #2dc53a;
}

.s-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider_promo {
  display: inline-block;
  position: relative;
  z-index: 9;
  max-width: 450px;
}

.slider_promo span {
  position: relative;
  margin-right: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffbb2c;
}

.slider_promo span:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/slot/images/copy.svg);
  mask: url(/wp-content/themes/slot/images/copy.svg);
  -webkit-mask-position: 50%;
  background-color: #ffbb2c;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: -22px;
}

#home_slider a.second {
  display: block;
  margin: 30px 0;
  max-width: 200px;
  padding: 10px;
}

#home_slider a.first {
  display: none;
  margin: 15px auto;
  max-width: 200px;
  padding: 10px;
}

@media (max-width: 1199px) {
  #home_slider {
    background-position: 90% center;
  }
}
@media (max-width: 767px) {
  #home_slider {
    height: auto;
    text-align: center;
    background-image: none;
    padding: 30px 0;
  }
  #home_slider a.second {
    margin: 15px auto;
  }
  #home_slider a.first {
    display: block;
  }
  .home .header-center, .home .header-right {
    display: none;
  }
}
button.dropdown-toggle {
  display: none;
}

a.first {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #04cfaa;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
a.first:hover {
  animation: shake 1.5s infinite;
}

@keyframes shake {
  0% {
    left: 0;
  }
  10% {
    left: -2px;
  }
  20% {
    left: 2px;
  }
  30% {
    left: -6px;
  }
  40% {
    left: 6px;
  }
  50% {
    left: -4px;
  }
  60% {
    left: 2px;
  }
  70% {
    left: 0;
  }
}
a.second,
span.second {
  text-align: center;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 5px;
  background: #ff2400;
  color: #fff;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 36, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0);
  }
}
.sbar {
  padding-top: 15px;
}

.sbar a {
  display: block !important;
}

.sbar a.first {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  /* = Navigation 2nd level css
  -------------------------------------------------------------- */
  .sitenav ul li ul {
    color: #fff;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
  }
  .sitenav ul li.menu-item-has-children:hover > ul,
  .sitenav ul li.menu-item-has-children:focus > ul,
  .sitenav ul li.menu-item-has-children.focus > ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
    background-color: #2e2e2e;
    top: 100%;
  }
  .sitenav ul li ul li {
    display: block;
    position: relative;
    float: none;
    top: 1px;
    line-height: 18px;
    margin-left: 0;
    margin-right: 0;
  }
  .sitenav ul li ul li a {
    display: block;
    padding: 10px;
    position: relative;
    top: 0;
    text-align: left;
  }
  /* = Navigation 3rd level css
  -------------------------------------------------------------- */
  .sitenav ul li:hover ul li:hover > ul,
  .sitenav ul li:hover ul li:focus > ul {
    display: block;
    position: absolute;
    left: 200px;
    top: -1px;
    -moz-animation: fadeInRight 0.3s ease-in-out;
    -webkit-animation: fadeInRight 0.3s ease-in-out;
    animation: fadeInRight 0.3s ease-in-out;
  }
  .sitenav ul li.menu-item-has-children.focus ul li.menu-item-has-children.focus ul {
    left: inherit !important;
    top: -1px !important;
    right: -174px !important;
  }
}
/********************************
** Slider Css
********************************/
#slider {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 7;
}

#slider h2 {
  font: 700 50px "Rajdhani";
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: normal;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

#slider h2 a {
  color: #ffffff;
  text-decoration: none;
}

#slider h2 a:hover {
  color: #ffffff;
}

.separator {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 600;
  width: 50px;
  height: 40px;
  margin: 0 auto 10px;
}

.separator::before {
  position: absolute;
  right: 100%;
  top: 12px;
  content: "";
  box-sizing: content-box;
  padding: 2px 0 2px 7px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  width: 115px;
}

.separator::after {
  position: absolute;
  left: 100%;
  top: 12px;
  content: "";
  box-sizing: content-box;
  padding: 2px 7px 2px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  width: 115px;
}

.separator div.sep-icon {
  position: relative;
  display: block;
  text-align: center;
}

.separator div.sep-icon::before {
  content: "\f06c";
  font-family: "FontAwesome";
  color: #61a734;
  font-weight: 100;
  font-size: 25px;
}

#slider p {
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 5px 0 25px;
  font: 400 17px "Rajdhani";
  line-height: 25px;
}

#slider a.slide-button {
  padding: 14px 30px;
  font: 700 15px/20px "Rajdhani";
  color: #ffffff;
  background-color: #61a734;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.winner {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 12px;
}
.winner__wrapper {
  display: flex;
  align-items: center;
}
.winner__label {
  flex: none;
  width: 90px;
  color: #80858f;
  border-right: 1px solid;
  line-height: 1.3;
}
.winner__section {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.winner__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-column-gap: 10px;
  align-items: center;
  padding: 0 20px;
  flex-shrink: 0;
  line-height: 1;
}
.winner__item-image {
  grid-row: span 2;
}
.winner__item-value {
  color: #ffffff;
}
.winner__item-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 16, 14, 0.7);
  opacity: 0;
}
.winner__item-btn:hover {
  opacity: 1;
}
.winner__item-btn .x-button-2 {
  padding: 10px 20px;
}

.type-section {
  margin-bottom: 30px;
  color: #fff;
}
.type-section__title {
  margin-bottom: 15px;
}
.type-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .type-section__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
.type-section__list li a {
  display: block;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  border-radius: 10px;
  border: 1px solid #031716;
  background-color: #031716;
}
@media screen and (min-width: 992px) {
  .type-section__list li a {
    font-size: 24px;
  }
}
.type-section__list li a:hover {
  border-color: #ccc;
}

/********************************
** Welcome Section Css
********************************/
#welcome-boxes {
  margin-bottom: 50px;
}

.welcome-box {
  position: relative;
  margin: 0 0 46px 0;
  border: 1px solid #cccccc;
  padding: 6px;
  background-color: #f2f2f2;
}

.welcome-content {
  padding: 24px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.welcome-content h4 {
  font-size: 22px;
  margin: 0 0 16px;
  text-transform: uppercase;
  position: relative;
}

.welcome-content a {
  text-decoration: none;
}

.welcome-content h4::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin-left: 0;
  background-color: #61a734;
}

.welcome-content p {
  margin-top: 24px;
}

.read-more {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 2px solid;
  color: #61a734;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.read-more a:hover {
  color: #61a734;
}

/********************************
** Service Section Css
********************************/
#service-boxes {
  margin-bottom: 50px;
}

.service-box {
  position: relative;
  margin-bottom: 30px;
}

.service-box-content h3 {
  font-size: 35px;
  margin: 0 0 20px;
}

/********************************
** Footer Css
********************************/
.footer-wrapper {
  padding-top: 30px;
  background: #000;
}

.footer-wrapper .widget-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-wrapper .widget ul {
  list-style: none;
  margin: 0 0 15px;
}

.footer-wrapper .widget ul li {
  margin-bottom: 10px;
}

.footer-wrapper .widget ul li:last-child {
  margin-bottom: 0;
}

.footer-wrapper .widget ul li a {
  color: #999;
}

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

.site-top {
  text-align: center;
  padding-top: 7px;
}

.site-top a {
  margin-right: 10px;
}

.site-info {
  font-size: 13px;
  padding-top: 30px;
}

.site-info p {
  margin: 0 0 5px;
}

.site-info {
  /* [class^='col-'] {
         text-align: center;

  	@media screen and (min-width: 992px) {
  		text-align: right;
  	}

  	&:first-child {
  		@media screen and (min-width: 992px) {
  			text-align: left;
  		}
  	}
  } */
}
.site-info__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-info__inner {
    flex-direction: row;
  }
}
.site-info__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-info__col:not(:first-child) {
  text-align: center;
}
.site-info .menu {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-info .icons-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-info .icons-list img {
  filter: brightness(0) invert(1) opacity(0.3);
  border-radius: 5px;
  border: 1px solid #232834;
}

.games {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pays {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.buttons {
  text-align: center;
  padding: 10px 0 30px;
}

.buttons a.first {
  margin-right: 15px;
}

.games img {
  max-width: 110px;
  margin: 10px 15px;
  filter: grayscale(1) contrast(0.6) brightness(1.5);
}

.games img:hover {
  filter: none;
}

.pays img {
  max-width: 110px;
  margin: 10px 15px;
  filter: grayscale(1) contrast(0.6) brightness(1.5);
}

.pays img:hover {
  filter: none;
}

.content-area {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .content-area {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content-area {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .content-area {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-area {
    max-width: 1160px;
  }
}
#sidebar {
  background: #202020;
  padding: 15px;
}

.error_msg {
  padding: 10px;
  background: #ffd3ce;
  color: #e00;
  border: 1px #e00 solid;
  margin: 15px 0;
}

.success_msg {
  padding: 10px;
  background: #dcffc5;
  color: #070;
  border: 1px #070 solid;
  margin: 15px 0;
}

.spacer20 {
  height: 20px;
  clear: both;
}

/********************************
** Navigation links Css
********************************/
.nav-links {
  display: table;
  clear: both;
  margin: 15px 0;
  width: 100%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.nav-links a,
.nav-links .page-numbers {
  background: #2b2b2b;
  color: #fff;
  padding: 5px 13px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

.nav-links .current,
.nav-links a:hover {
  background: #2dc53a;
  color: #fff !important;
  font-weight: 700;
}

.not-found {
  font-size: 25px;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 700;
}

/********************************
** Inner Page Title Css
********************************/
.post-thumb {
  width: 45%;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.post-thumb img {
  width: 100%;
}

article img {
  height: auto;
}

form.search-form {
  margin-bottom: 15px;
}

input.search-field {
  border: none;
  padding: 10px 12px;
  display: inline-block;
  width: 100%;
}

input.search-field:hover, input.search-field:active, input.search-field:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

input.search-submit {
  display: none;
}

aside.widget {
  margin-bottom: 30px;
}

#sidebar ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#sidebar .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
}

#sidebar ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a {
  display: block;
  font-weight: 700;
}

.comment-list,
ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.comment-list ol.children {
  list-style: none;
  padding-left: 30px;
}

.comment-date {
  font-size: 13px;
  opacity: 0.6;
}

.middle-align {
  margin: 30px 0;
}

.blog-post-repeat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.entry-title a {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

/*------- COMMENT STYLES --------*/
.comment-author.vcard img {
  float: left;
  margin-right: 20px;
}

.comment-content {
  padding-bottom: 30px;
}

.hrule {
  border-top: 1px #dbdbdb solid;
  margin-top: 15px;
  padding-bottom: 15px;
}

#comments textarea {
  width: 100%;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: 0;
  padding: 10px;
}

#comments input[type=text], #comments input[type=text], #comments input[type=text] {
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: 0;
  padding: 10px;
}

#comments textarea:hover, #comments textarea:focus, #comments textarea:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: 0;
}

#comments input[type=text]:hover, #comments input[type=text]:focus, #comments input[type=text]:active,
#comments input[type=email]:hover, #comments input[type=email]:focus, #comments input[type=email]:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: 0;
}

#commentform p {
  margin: 5px 0;
}

.submit {
  font-family: inherit;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  color: #fff;
  background: #2dc339;
}

#commentform label {
  display: block;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 5px;
}

#commentform input#submit:hover {
  cursor: pointer;
}

.form-allowed-tags {
  display: none;
}

ul.errormsg {
  background: #ffe4e4;
}

ul.errormsg li {
  padding: 5px;
}

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

/* 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. */
}

#home_text {
  padding: 0 0 30px;
}

#home_text a {
  font-weight: 700;
  display: block;
  max-width: 230px;
  margin: 15px auto;
  padding: 10px;
  background: #2dc53a;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.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: 50px 0;
}

.error-404 h1 {
  font-size: 30px;
}

p.text-404 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
}

.slot_box img {
  width: 100%;
  display: block;
}

.slot_box:hover img {
  opacity: 0.3;
}

.slot_box .slot_btn {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 20%;
}

.slot_box:hover .slot_btn {
  display: block;
}

.slot_box span {
  font-size: 14px;
  color: #fff;
}

.slot_box {
  background: #000;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.slot_box a.second {
  padding: 7px;
  width: 160px;
  font-size: 14px;
  display: block;
  margin: 10px auto;
}

.slot_box a.demo {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.home h1, .home h2, .home .h2 {
  font-size: 23px;
}

.home h3 {
  font-size: 18px;
}

.breadcrumbs {
  font-size: 13px;
}

.breadcrumbs a:hover {
  color: #fff;
}

.news_box {
  background: #202020;
  margin-bottom: 30px;
}

.news_title {
  padding: 8px 15px 15px;
}

.news_title a {
  font-weight: 700;
  display: block;
  line-height: 1.3;
  font-size: 15px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {
  clear: both;
}

.entry-content p:first-of-type {
  clear: none;
}

.archive-description {
  padding-top: 15px;
}

.play-btn {
  text-align: center;
  padding: 30px 0;
}

.entry-content iframe {
  width: 100%;
  height: 500px;
}

.news_img img {
  width: 100%;
}

.section-btn {
  text-align: center;
  padding: 0 0 15px;
}

.promo {
  border: 1px dashed rgba(252, 228, 168, 0.4);
  text-align: center;
  color: #fff;
  padding: 20px;
  margin: 0 0 15px;
}

.promo2 {
  text-align: center;
  margin: 30px 0 30px;
}

.promo2 p {
  margin: 0;
  padding: 15px;
}

.promo2 strong {
  color: #fff;
  display: block;
  margin: 0 0 15px;
}

.text1, .text2, .text3 {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}

.text1 p {
  background: #2543b0;
  color: #fff;
}

.text2 p {
  background: #0aaa61;
  color: #fff;
}

.text3 p {
  background: #bb2a58;
  color: #fff;
}

@media (max-width: 767px) {
  .promo {
    padding: 15px;
  }
}
.slider-wrapper .promo {
  position: relative;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px 0 0;
  padding: 15px !important;
  text-align: left;
}

span.promocode {
  font-weight: 700;
  position: relative;
  margin-right: 25px;
  color: #ff3c00;
  cursor: pointer;
}

span.promocode:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/slot/images/copy.svg);
  mask: url(/wp-content/themes/slot/images/copy.svg);
  -webkit-mask-position: 50%;
  background-color: #ff3c00;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -1px;
  right: -22px;
}

#cf_alert_div {
  display: none !important;
}

.header-promo, .headerpromo {
  padding: 15px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #ff3c00;
}

.headerpromo {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}

.header-promo span.promocode, .headerpromo span.promocode {
  color: #000;
}

.header-promo span.promocode:after, .headerpromo span.promocode:after {
  background-color: #000;
}

.text2 span.promocode, .text3 span.promocode, .text1 span.promocode {
  color: #f7dc9c;
}

.text2 span.promocode:after, .text3 span.promocode:after, .text1 span.promocode:after {
  background-color: #f7dc9c;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-center a.first {
    display: none;
  }
}
@media (max-width: 1199px) {
  .slot_box .slot_btn {
    top: 15%;
  }
  .entry-content iframe {
    height: 450px;
  }
  #home_slots ul li {
    width: 33.3333%;
  }
  .home-container .content-area section ol li {
    padding-bottom: 15px;
  }
  .home-container .content-area section ol li:last-child {
    padding-bottom: 0;
  }
  .slider-wrapper {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .text1, .text2, .text3 {
    width: 100%;
  }
  .header-left {
    width: 100%;
    text-align: center;
  }
  .header-center {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
  .header-right {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .footer-wrapper .col-3, #home_slots .col-3, .gms .col-3, #home_news .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #home_add ul li {
    width: 33.3333%;
  }
  .slider-wrapper {
    width: 60%;
  }
  .entry-content iframe {
    height: 400px;
  }
  .slot_box .slot_btn {
    top: 30%;
  }
  #home_available ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .post-thumb {
    width: 100%;
    margin-right: 0;
  }
  .slot_box .slot_btn {
    top: 20%;
  }
  .entry-content iframe {
    height: 250px;
  }
  .slider-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer-wrapper .col-3, #home_news .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .entry-content iframe {
    height: 250px;
  }
  #home_slots .col-3, .gms .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slot_box .slot_btn {
    top: 30%;
  }
}
@media (max-width: 365px) {
  .entry-content iframe {
    height: 200px;
  }
  .header-center a.first, .buttons a.first {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header-center a, .buttons a {
    display: block;
  }
}
@media (max-width: 340px) {
  .slot_box .slot_btn {
    top: 20%;
  }
}

/*# sourceMappingURL=style.css.map */
