/*!
Theme Name: start
Text Domain: start
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  color: rgba(0, 0, 0, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

#page {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 576px) {
  #page {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #page {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  #page {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #page {
    max-width: 1160px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 15px;
  color: #000;
  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;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

#page table td, #page table th {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .tpro {
    width: 100%;
    overflow: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 20px 0 20px;
  }
  .tpro table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #2ecc71;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #d5b577;
  border-radius: 5px;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 8px 20px;
}

.search-form input[type=submit] {
  display: none;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border: 1px solid #d5b577;
  color: #d5b577;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border: 1px solid #d5b577;
  color: #d5b577;
}

#comments input[type=submit] {
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: none;
  border: none;
  background: #073cff;
  border-radius: 5px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 75%;
  padding: 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
input[type=text]:active,
input[type=email]:active,
input[type=url]:active,
input[type=password]:active,
input[type=search]:active,
input[type=number]:active,
input[type=tel]:active,
input[type=range]:active,
input[type=date]:active,
input[type=month]:active,
input[type=week]:active,
input[type=time]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=color]:active,
textarea:active {
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  box-shadow: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.search-form input, .search-form label, .search-form {
  max-width: 100%;
  width: 100% !important;
  display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Small menu */
.menu-toggle {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 80px;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 23px;
}

/* Move the button down if the admin bar is visible.*/
.admin-bar .menu-toggle {
  top: 80px;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  border: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.main-navigation.toggled {
  float: none;
}

.main-navigation .menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  background: transparent;
  transition: 0.5s ease-in;
  line-height: initial;
}

.main-navigation.toggled .menu {
  display: block;
}

.main-navigation.toggled ul ul {
  position: absolute;
  left: 0;
  list-style: none;
  background: #fff;
  float: left;
  z-index: 99999;
  padding: 0;
  width: calc(100% - 34px);
  margin-left: 1px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.main-navigation.toggled ul ul ul {
  max-width: 50%;
}

.main-navigation.toggled ul li:hover > ul,
.main-navigation.toggled ul li.focus > ul {
  left: auto;
  opacity: 1;
  visibility: visible;
}

.main-navigation {
  text-align: right;
}

.main-navigation a {
  display: block;
  color: #999;
  text-decoration: none;
  font-weight: 700;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
  color: #fff;
}

/* Wide menu */
@media screen and (min-width: 992px) {
  .main-navigation .menu {
    display: block;
  }
  .main-navigation li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
/* Post Navigation */
.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.post-navigation {
  padding: 2em 0 3em 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

.post-navigation a {
  color: #2f2f2f;
  text-decoration: none;
  font-weight: 700;
  padding: 5px;
  border: 1px solid #000;
}

.post-navigation a:hover,
.post-navigation a:focus {
  color: #000;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.type-page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

.page-links {
  clear: both;
}

blockquote {
  margin: 0 0 15px;
  color: #000;
  font-size: 17px;
  font-style: italic;
  border-left: 4px solid #8012a6;
  padding: 0 0 0 15px;
}

/* Comments
--------------------------------------------- */
#comments label {
  font-size: 14px;
  opacity: 0.7;
  padding-bottom: 5px;
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.aribg {
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.row:after {
  clear: both;
}

.row:after, .row:before {
  display: table;
  content: " ";
}

.site-header {
  background: #000;
}

.mainNavbar {
  padding: 15px 20px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainNavbar img {
  width: 180px;
  display: block;
}

.mainNavbar:after {
  clear: both;
  display: table;
  content: " ";
}

.bannerBox {
  padding: 30px;
  background: url(/wp-content/uploads/2025/02/225b.jpg) no-repeat left center;
  height: 330px;
  background-size: cover;
  position: relative;
}

.bannert {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.bannerp {
  position: relative;
  z-index: 9;
  color: #fff;
  font-weight: 700;
}

.bannerBox a.secondary-link {
  display: block;
  margin: 15px 0 30px;
  max-width: 200px;
}

.bannerBox a.primary-link {
  display: none;
  margin: 15px auto;
  max-width: 250px;
}

.footer_pd a.secondary-link {
  padding: 10px 20px;
}

.footer_pd {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: linear-gradient(to left, #0a1335 0%, #35007f 100%);
}

.footer_pd img {
  width: 200px;
}

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

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

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

@media (max-width: 767px) {
  .bannerBox {
    text-align: center;
    height: auto;
    padding: 30px 15px;
  }
  .bannerBox a.secondary-link {
    margin: 15px auto;
    max-width: 250px;
  }
  .bannerBox a.primary-link {
    display: block;
  }
  .home .main-navigation, .home .top-link {
    display: none;
  }
  .footer_pd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .footer_pd img {
    width: 150px;
  }
}
@media (max-width: 350px) {
  .footer_pd img {
    width: 120px;
  }
}
@media (max-width: 320px) {
  .footer_pd img {
    display: none;
  }
  .footer_pd {
    display: block;
  }
  .footer_pd a.secondary-link {
    padding: 10px;
    display: block;
  }
}
.breadcrumb {
  background: #1f1f1f;
  padding: 15px;
  font-size: 14px;
}

.breadcrumb a {
  color: #999;
}

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

.breadcrumb ol {
  list-style: none;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  padding: 0 6px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.2rem;
  content: "/";
}

.contentBox {
  width: 67%;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  float: left;
  padding-bottom: 15px;
}

.slots_page .contentBox {
  width: 100%;
}

.error-404 {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

.comments-area {
  margin-top: 30px;
}

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

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

.comment {
  margin-bottom: 20px;
  width: 100%;
}

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

.comment-reply-title {
  margin: 0 0 5px;
}

.comment-author img {
  float: left;
  margin-right: 15px;
}

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

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

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

#secondary {
  width: 33%;
  padding: 20px;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}

.sidebar {
  background: #f7f7f7;
  padding: 15px;
}

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

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

.sidebar .widget ul li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  line-height: 1.3;
}

.widget-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  position: relative;
}

.entry-header h1 {
  font-size: 22px;
  line-height: 1.2;
}

.imgArea {
  width: 45%;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.imgArea img {
  width: 100%;
}

.article-posts {
  padding-bottom: 15px;
}

.article-posts .entry-title a {
  font-weight: 700;
  display: block;
  line-height: 1.3;
  font-size: 17px;
  margin-bottom: 10px;
}

ul.pagination {
  text-align: center;
  list-style: none;
}

.pagination-wrap {
  margin: 0 0 15px;
}

.pagination a,
.pagination .current {
  display: inline-block;
  font-weight: 700;
  color: #000;
  margin-right: 10px;
  text-decoration: none;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.active a,
.pagination .current {
  color: #2ecc71;
}

.pagination a:hover {
  color: #2ecc71;
}

/* footer */
.site-footer {
  padding: 20px;
  background: #000;
}

.mainFooter {
  text-align: center;
  width: 100%;
}

.site-footer .widget ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

.site-footer .widget ul li a {
  color: #999;
  font-weight: 700;
}

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

.site-info {
  font-size: 13px;
  text-align: center;
}

.site-info ul {
  margin: 10px 0 0;
  list-style: none;
}

.site-info ul li {
  display: inline-block;
  margin: 0 10px;
}

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

.site-info p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

a.primary-link {
  font-weight: 700;
  color: #000;
  background: #edc97f;
  padding: 10px 30px;
  border-radius: 5px;
}

a.secondary-link {
  text-align: center;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  background: #27AE60;
  color: #fff;
}

.top-link a.primary-link, .bottom-link a.primary-link {
  margin-right: 10px;
}

.bottom-link {
  padding: 10px 0 30px;
}

.brand-images img {
  max-height: 35px;
  margin: 10px 15px;
  filter: grayscale(100%) opacity(50%);
}

.brand-images {
  padding: 15px 0;
}

.sidebar-link {
  text-align: center;
  padding: 0;
}

.sidebar-link a {
  display: block;
}

.sidebar-link a.primary-link {
  margin-bottom: 15px;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

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

.box_game span {
  color: rgba(255, 255, 255, 0.8);
}

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

.box_btns {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}

.game_btn a.secondary-link {
  padding: 8px;
  display: block;
  margin: 10px auto;
  max-width: 170px;
}

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

.about {
  padding-bottom: 40px;
}

.about a {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  background: #073cff;
  display: block;
  margin: 15px auto;
  max-width: 240px;
  color: #fff;
}

.box_game:hover .box_btns {
  display: block;
}

.box_game:hover img {
  opacity: 0.2;
}

.games .col-4 p {
  margin: 0 0 20px;
  min-height: 160px;
  background-color: #212425;
  background-image: linear-gradient(45deg, #1c1f20 25%, transparent 25%, transparent 75%, #1c1f20 75%, #1c1f20), linear-gradient(-45deg, #1c1f20 25%, transparent 25%, transparent 75%, #1c1f20 75%, #1c1f20);
  background-size: 60px 60px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #000;
}

.games .col-4 p strong {
  display: block;
}

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

.service_box {
  position: relative;
  margin-bottom: 17px;
}

.news_title {
  padding: 15px;
  position: absolute;
  bottom: 0px;
}

.news_title a {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 2px 2px 2px #000;
  color: #fff;
}

.big .news_title a {
  font-size: 20px;
}

.home h2, .home h1, .home .h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px;
}

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

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

.bonus .col-4 p {
  position: relative;
  padding-left: 15px;
}

.bonus .col-4 p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 40px;
  width: 4px;
  top: 5px;
  background: #d4b37a;
}

.signup .col-4 p {
  position: relative;
  padding-left: 15px;
}

.signup .col-4 p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 40px;
  width: 4px;
  top: 5px;
  background: #d4b37a;
}

.point .col-6 p {
  position: relative;
  padding-left: 18px;
}

.point .col-6 p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  top: 8px;
  background: #d4b37a;
}

.deposit .col-3 p {
  position: relative;
  padding-left: 18px;
}

.deposit .col-3 p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  top: 8px;
  background: #d4b37a;
}

.support .col-4 p {
  position: relative;
  padding-left: 18px;
}

.support .col-4 p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  top: 8px;
  background: #d4b37a;
}

.license {
  padding-bottom: 15px;
}

.games {
  padding-top: 30px;
}

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

.category-dev ul {
  list-style: none;
  margin: 0;
}

.category-dev ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}

.category-dev ul li a {
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  background: #073cff;
}

.slot-single-btn {
  text-align: center;
  padding: 20px 0;
}

.entry-content iframe {
  width: 100%;
  height: 450px;
  border: none;
  padding: 0;
}

.row {
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

/*responsive code*/
@media (min-width: 992px) {
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .top-link {
    left: 27%;
  }
  .entry-content iframe {
    height: 350px;
  }
  .box_btns {
    top: 10%;
  }
}
@media (max-width: 991px) {
  .mainNavbar {
    display: block;
    text-align: center;
  }
  .box_btns {
    top: 25%;
  }
  .slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contentBox {
    width: 100%;
  }
  #secondary {
    width: 100%;
  }
  .mainNavbar img {
    margin: 0 auto;
  }
  .top-link {
    position: static;
    text-align: center;
    padding: 25px 0 15px;
  }
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
  }
  .main-navigation li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-navigation li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .brand-images img {
    max-height: 30px;
    margin: 8px;
  }
}
@media (max-width: 991px) {
  .box_btns {
    top: 15%;
  }
}
@media (max-width: 991px) {
  .entry-content iframe {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .imgArea {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .entry-header h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .mainNavbar {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  .menu-toggle {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .contentBox {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #secondary {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .article-posts {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .entry-content iframe {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box_btns {
    top: 25%;
  }
}
@media (max-width: 400px) {
  .top-link a, .bottom-link a {
    display: block;
    margin: 0 auto;
    max-width: 180px;
  }
  .top-link a.primary-link, .bottom-link a.primary-link {
    margin: 0 auto 15px;
  }
}
@media (max-width: 360px) {
  .entry-content iframe {
    height: 200px;
  }
  .box_btns {
    top: 20%;
  }
}

.wpshop-event {
  --wpshop-event-color-bg: #111;
  --wpshop-event-color-text: #fff;
  --wpshop-event-border-radius: 8px;
  --wpshop-event-width: 200px;
  --wpshop-event-height: 100px;
  --wpshop-event-cta-bg: #ffcc00;
  --wpshop-event-cta-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: var(--wpshop-event-width);
  height: var(--wpshop-event-height);
  bottom: 20px;
  right: 30px;
  color: var(--wpshop-event-color-text);
  background: var(--wpshop-event-color-bg);
  border-radius: var(--wpshop-event-border-radius);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 999999;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.wpshop-event *, .wpshop-event *:before, .wpshop-event *:after {
  box-sizing: border-box;
}

.wpshop-event:hover {
  transform: scale(1.05);
}
.wpshop-event:hover .wpshop-event__cta {
  background-color: #27ae60;
  color: #fff;
}

.wpshop-event.hide {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.wpshop-event__close {
  position: absolute;
  top: -32px;
  right: 0;
  color: #000;
  font-size: 24px;
  opacity: 0.3;
  cursor: pointer;
}

/* .wpshop-event__close:hover {
	opacity: .5;
} */
.wpshop-event__header {
  font-weight: 800;
  font-size: 1.1em;
}

.wpshop-event__text p {
  margin: 5px 0;
}

.wpshop-event__cta {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  background: var(--wpshop-event-cta-bg);
  color: var(--wpshop-event-cta-color);
  border-radius: 4px;
  transition: all 0.2s;
}

.wpshop-event--expert-review-april {
  width: 180px;
  height: 310px;
  padding: 20px 10px;
  background-image: linear-gradient(#41b23b, #0a1f0c);
  box-shadow: 0 0 30px 2px rgba(2, 26, 37, 0.3);
  right: 40px;
}

.wpshop-event--expert-review-april .wpshop-event__decor {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wpshop-event--expert-review-april .wpshop-event__header {
  overflow: hidden;
  width: 136px;
  height: 136px;
  color: #3c3744;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-indent: 1000px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #115417 url(images/riobet.svg) 50% 50% no-repeat;
  background-size: 68% auto;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpshop-event--expert-review-april .wpshop-event__header-svg {
  position: absolute;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: wpshop-event-text-rotate 14s linear infinite;
  animation: wpshop-event-text-rotate 14s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
  display: inline-block;
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #333;
}

.wpshop-event--expert-review-april .wpshop-event__text {
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpshop-event--expert-review-april .wpshop-event__text p {
  margin: 0;
}

.wpshop-event--expert-review-april .wpshop-event__text span {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
}

.wpshop-event--expert-review-april .wpshop-event__text strong {
  font-size: 24px;
  font-weight: 800;
}

.wpshop-event--expert-review-april .wpshop-event__cta {
  background: #02a2f0 url(/wp-content/uploads/2025/04/tg3.png) no-repeat 94% center;
  background-size:33px;
  color: #fff;
  padding: 16px 10px 16px 15px;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.3);
  width: 125%;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}
.wpshop-event__cta span {color:#ffc96c;}
.wpshop-event--expert-review-april .wpshop-event__cta:before {
  position: absolute;
  inset: 0;
  content: "";
}

.wpshop-event--expert-review-april .wpshop-event__cta::after {
  content: "";
  width: 40px;
  height: 100%;
  transform: skewX(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(244, 196, 66, 0.1), rgba(255, 255, 255, 0.2));
  animation: wpshop-event-btn-blick 2s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__cta:hover::after {
  animation: none;
}

.wpshop-event--expert-review-april .wpshop-event__link {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
.wpshop-event--expert-review-april .wpshop-event__cta {

  bottom: 10px;

}
  .wpshop-event--expert-review-april {
    width: 180px;
    height: 266px;
    padding: 20px 10px;
    right: 40px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
    font-size: 10px;
  }
  .wpshop-event--expert-review-april #wpshop-event-expert-review-april-svg-circle {
    transform: scale(0.85);
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 40px;
  }

}
@media screen and (max-width: 575px) {
  .wpshop-event--expert-review-april {
    width: 270px;
    height: 170px;
    right: 22px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.12;
    height: 100%;
    overflow: hidden;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    margin-top: -60px;
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 3px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    flex-shrink: 0;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 60%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {
    width: 93%;
    bottom: 10px;
	padding: 16px 10px 16px 25px;
   
  }
}
@media screen and (max-width: 400px) {
  .wpshop-event--expert-review-april {
    width: 240px;
    height: 150px;
    padding: 4px 8px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.08;
    height: 115%;
    top: -20px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 12px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 53%;
    width: 100%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {

	padding: 16px 10px 16px 13px;
   
  }
}
@-webkit-keyframes wpshop-event-text-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-text-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-btn-blick {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@media (max-width:575px) {
.scrolling .wpshop-event--expert-review-april .wpshop-event__decor, .scrolling .wpshop-event--expert-review-april .wpshop-event__header, .scrolling .wpshop-event__header-svg,
.scrolling .wpshop-event__text {display:none;}
.scrolling .wpshop-event--expert-review-april {background:#02a2f0 ;box-shadow: none;height:auto;width:100%;right:auto;left:0;border-radius:0;padding:15px 15px 1px;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta {position:static;width:230px;padding: 10px;box-shadow:none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__link {display:block;}
.scrolling .wpshop-event {bottom:0;padding: 10px 15px 10px;display: flex;}
.scrolling .wpshop-event:hover {transform: none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta::after {display:none;}
.scrolling .wpshop-event.hide {transform: none;}
.wpshop-event:hover .wpshop-event__cta {background-color: #02a2f0;}
.wpshop-event {display:none;}
}