@charset "UTF-8";
/*!
Theme Name: site
Text Domain: site
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
img,
legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-top: 86px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 16px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*--------------------------------------------------------------
 Theme Base 
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 100%; /* Default browser 16px */
  font-family: -apple-system, Arial, "Helvetica Neue", Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #aaaaaa;
  background: #000;
  overflow-x: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #333;
  margin-bottom: 20px;
  padding: 8px 0 10px;
  border-bottom: 1px solid #555;
}

.site-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.site-header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.site-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.site-logo img {
  max-width: 200px;
  display: block;
}

.site-header .row:before, .site-header .row:after {
  display: none;
}

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

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
  line-height: 1.3;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 15px;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none;
}

.text-capitalize {
  text-transform: capitalize;
}

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

cite {
  font-size: 0.75rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

code {
  padding: 3px 8px;
  font-size: 95%;
  color: #bd4147;
  background-color: #F5F5F5;
  border-radius: 4px;
}

kbd {
  padding: 1px 6px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

mark,
ins {
  background-color: #FBFBA4;
  padding: 0 5px;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #1a2782;
  text-decoration: none;
}

a:hover {
  color: #000;
  border: none;
}

a:focus {
  outline: 0;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
blockquote {
  margin: 0 0 15px;
  font-style: italic;
  padding-left: 15px;
  border-left: 4px solid #c117ff;
  color: #000;
}

blockquote p {
  margin-bottom: 0;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* tables */
table {
  width: 100%;
  margin: 0 0 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #555;
}

table td, table th {
  padding: 10px 15px;
  border: 1px solid #555;
}

@media screen and (max-width: 767px) {
  .vt {
    width: 100%;
    overflow: auto !important;
    border: 1px solid #555;
    box-sizing: border-box;
    margin: 20px 0 20px;
  }
  .vt table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.wp-post-image {
  border-radius: 0px;
}

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

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

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

a.comment-reply-link {
  font-weight: 700;
}

.comment-content p {
  margin: 0 0 10px;
}

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

#respond textarea,
#respond input[type=text] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  outline: 0;
  resize: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#respond textarea {
  padding: 10px;
}

#respond textarea {
  margin: 0;
}

p.form-submit {
  margin: 0;
}

.comment-form {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0;
}

.comment-form form p.form-submit,
.comment p.form-submit {
  margin: 0;
}

.comment-reply-login {
  margin-left: 10px;
}

.comment-form form p.form-submit .success p {
  margin: 10px 0 0;
}

.comment-form form p.logged-in-as {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 400;
}

#cancel-comment-reply-link {
  margin: 0px;
  display: inline-block;
  width: 100%;
  font-size: 0.813rem;
  font-weight: 400;
}

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

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

#respond input[type=submit] {
  font-family: inherit;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
  background: #0036ff;
  border: none;
  font-weight: 700;
  padding: 9px 20px;
  color: #fff;
  border-radius: 30px;
}

#respond input[type=submit]:focus, #respond input[type=submit]:active {
  outline: 0;
}

#respond input[type=submit]:hover {
  color: #fff;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 4px 60px 0 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 4px 0 0 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 4px auto 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: left;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.figure {
  display: inline-block;
}

figcaption {
  color: #888;
  font-style: italic;
}

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

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

/*--------------------------------------------------------------
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 {
  margin: 0;
  padding: 10px 15px;
}

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

.wp-caption-text {
  font-size: 14px;
  background: #fff;
  text-align: center;
  font-style: italic;
}

.wp-caption {
  max-width: 100%;
}

/*--------------------------------------------------------------
Form Styling
--------------------------------------------------------------*/
textarea {
  padding-left: 3px;
  width: 100%;
}

[role=button] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

#comments label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.8;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select,
.form-control {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555555;
  background: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  box-shadow: none;
}

.search-form button {
  display: none;
}

.search-form {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

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

textarea {
  height: auto;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-left: 1px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* buttons */
button,
input[type=button],
input[type=submit],
input[type=reset],
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  color: #505050;
  border: 1px solid #c4c4c4;
  white-space: nowrap;
  padding: 6px 18px 4px;
  font-size: 0.813rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.btn:hover,
.btn:focus {
  background-color: #303030;
  color: #f3f3f3;
  text-decoration: none;
  border-color: transparent;
}

/* Button size */
.btn-lg {
  padding: 8px 24px 7px;
  font-size: 1.125rem;
  line-height: 1.3333333;
}

.btn-sm {
  padding: 3px 14px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.btn-xs {
  padding: 0 12px;
  font-size: 0.688rem;
  line-height: 1.5;
}

/* Button colour */
button.dark,
input[type=button].dark,
input[type=submit].dark,
input[type=reset].dark,
.btn.dark {
  background-color: #303030;
  color: #f3f3f3;
  border-color: transparent;
}

button.dark:hover,
input[type=button].dark:hover,
input[type=submit].dark:hover,
input[type=reset].dark:hover,
.btn.dark:hover {
  background-color: #fff;
  color: #505050;
  border-color: #c4c4c4;
}

/*--------------------------------------------------------
Pagination
--------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  width: 35%;
  text-align: center;
}

.gallery-pagination {
  margin: 0 auto;
  width: 30%;
  text-align: center;
}

/* blog home navigation */
.post-nav-older,
.post-nav-newer {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.post-nav-older {
  float: right;
  margin-left: 10px;
}

.post-nav-newer {
  float: left;
  margin-right: 10px;
}

.post-nav-older:after,
.post-nav-newer:before {
  font-family: FontAwesome;
  font-size: 0.813rem;
  content: "\f101";
  margin-left: 5px;
}

.post-nav-newer:before {
  content: "\f100";
  margin: 0 5px 0 0;
}

/* single post navigation */
.post-navigation {
  display: table;
  clear: both;
  width: 100%;
  margin: 32px 0 28px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 50%;
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .meta-nav {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.688rem;
}

.post-navigation .post-title {
  font-size: 0.813rem;
}

.comment-navigation {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-top: 6px;
}

.main-navigation ul.sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 280px;
  background: #282286;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation li:hover ul.sub-menu {
  display: block;
}

.main-navigation li ul.sub-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-navigation li ul.sub-menu li:last-child {
  border: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* .main-navigation li:hover ul.sub-menu li a {
    display: block;
    padding: 7px 15px;
} */
.main-navigation a .menu-description {
  position: absolute;
  top: 3px;
  left: calc(100% - 40px);
  background: #fff;
  color: #000;
  font-size: 10px;
  padding: 1px 4px;
  line-height: 10px;
  z-index: 1;
}

.main-navigation a .menu-description:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  left: 3px;
  bottom: -4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.custom-header-block.toggled ul#primary-menu {
  display: block;
}

.menu-toggle {
  border: none;
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
}

.toggled .menu-toggle:before {
  transform: translateY(10px) rotate(135deg);
}

.toggled .menu-toggle:after {
  transform: translateY(0) rotate(-135deg);
}

.toggled .menu-toggle span {
  transform: scale(0);
}

.main-navigation li a {
  color: #fff;
  padding: 0 15px;
  font-weight: 700;
}

.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
  text-decoration: none;
  color: #c1ff3a;
}

.wp-pagenavi {
  font-weight: 700;
}

.wp-pagenavi span, .wp-pagenavi a {
  margin-right: 6px;
  border-radius: 4px;
  padding: 5px 10px;
}

.wp-pagenavi span, .wp-pagenavi a:hover {
  background: #1a2782;
  color: #fff;
}

.wp-pagenavi a {
  color: #000;
  background: #f7f7f7;
}

.ct-menu-search {
  position: absolute;
  right: 0;
  top: 0;
}

.ct-menu-search .search-icon-box {
  line-height: 1.7;
  padding: 15px;
  margin: 0;
  color: #fff;
}

.bannercontent {
  background: url(/wp-content/uploads/2023/04/5.jpg) no-repeat left center;
  background-size: cover;
  height: 400px;
  margin: 0 0 30px;
  padding: 70px 0 0;
  overflow: hidden;
  position: relative;
}

.bannercontent a.secondary-button {
  max-width: 200px;
  display: block;
  margin: 30px 0;
  padding: 12px;
}

.bannercontent a.main-button {
  display: none;
  max-width: 240px;
  margin: 15px auto;
  padding: 10px;
}

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

.bannertitle {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

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

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

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

.pdl {
  display: none;
  text-align: center;
  background: linear-gradient(to left, #13011b 0%, #330253 100%);
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pdl img {
  width: 200px;
}

@media (max-width: 767px) {
  .bannercontent {
    background: linear-gradient(to right, #13011b 0%, #330253 100%);
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
  .bannercontent a.secondary-button {
    max-width: 240px;
    margin: 15px auto;
    padding: 10px;
  }
  .bannertitle {
    font-size: 24px;
  }
  .bannercontent a.main-button {
    display: block;
  }
  .pdl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .pdl img {
    width: 150px;
  }
}
@media (max-width: 360px) {
  .pdl img {
    width: 100px;
  }
}
a.brl-1 {
  text-transform: uppercase;
  padding: 9px 30px;
  color: #5e6a7f;
  border-radius: 4px;
  border: 1px solid #353d48;
  text-align: center;
}

a.brl-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 4px;
  background: #4986f5;
  color: #fff;
}

a.brl-1:hover {
  background: #4986f5;
  border: 1px solid #4986f5;
  color: #fff;
}

a.brl-2:hover {
  background: #0069d9;
}

.slotcontent article, .post-slots article {
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

article a.secondary-button {
  display: block;
  margin: 10px auto;
  max-width: 170px;
  padding: 6px;
  font-size: 14px;
}

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

.slotcontent article span, .post-slots article span {
  font-size: 14px;
}

.slotcontent article img, .post-slots article img {
  margin-bottom: 2px;
}

.home .h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}

.home h1 {
  text-align: center;
}

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

.newscontent article {
  border-radius: 4px;
  overflow: hidden;
  position: relarive;
  min-height: 135px;
  margin-bottom: 30px;
}

.newscontent .bigpost article {
  min-height: 300px;
}

.newscontent article p {
  margin: 0;
  position: absolite;
  left: 0;
  top: 0;
  padding: 15px;
}

.newscontent .bigpost article p {
  padding: 30px;
}

.newscontent article p a {
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1.3;
  font-size: 16px;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.newscontent .bigpost article p a {
  line-height: 1.2;
  font-size: 25px;
}

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

.rmore {
  text-align: center;
  padding: 5px 0 25px;
}

.rmore a {
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  background: #3e355b;
}

.footer-logos img {
  margin: 10px 15px;
  max-height: 40px;
  max-width: 130px;
  filter: invert(1) opacity(0.3);
}

.site-footer {
  background: #333;
  border-top: 1px solid #555;
  padding: 15px 0;
  margin-top: 30px;
  text-align: center;
  clear: both;
}

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

.site-footer .widget ul li {
  display: inline-block;
  margin: 5px 10px;
  font-weight: 700;
}

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

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

.site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .site-info {
    flex-direction: column;
    gap: 10px;
  }
}

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

.site-info ul li {
  font-size: 13px;
  display: inline-block;
  margin: 5px 10px;
}

.site-info ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

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

.site-info p {
  font-size: 13px;
  margin-bottom: 0;
}

.main-wrapper {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.entry-header h1 {
  font-size: 22px;
  margin: 0 0 20px;
}

#secondary {
  border-radius: 10px;
  padding: 20px;
  background: #f7f7f7;
}

#secondary .widget-title {
  padding-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#secondary .widget ul {
  list-style: none;
  margin: 0;
}

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

#secondary .widget ul li a {
  font-weight: 700;
  display: block;
  line-height: 1.3;
}

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

.search .post-image {
  display: none;
}

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

.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 blockqiote, .entry-content p {
  clear: both;
}

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

a.main-button {
  text-align: center;
  font-weight: 700;
  background: #bf17ff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}

a.secondary-button {
  text-align: center;
  font-weight: 700;
  background: #2ecc71;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}

.ls {
  padding-top: 30px;
}

.ls a {
  display: block !important;
}

.ls a.main-button {
  margin-bottom: 15px;
}

.ts {
  text-align: center;
  padding-top: 6px;
}

.ts a.main-button {
  margin-right: 10px;
}

.bs a.main-button {
  margin-right: 10px;
}

.bs {
  padding: 15px 0 30px;
}

.blog-content-div article {
  padding-bottom: 15px;
}

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

.page-numbers.current {
  font-weight: 700;
  color: #000;
  margin-right: 5px;
}

a.page-numbers {
  font-weight: 700;
  margin-right: 5px;
}

.breadcrumbs {
  font-size: 13px;
}

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

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

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

.ulli ul li a {
  padding: 6px 15px;
  color: #4986f5;
  border-radius: 4px;
  border: 1px solid #353d48;
}

.ulli ul li a:hover {
  color: #fff;
}

.sb {
  text-align: center;
  padding: 20px 0;
}

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

.games-category ul {
  margin: 0 0 5px;
  list-style: none;
}

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

.games-category ul li a {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #0036ff;
}

.firstcontent {
  padding: 30px 0 0;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) {
  .menu-header-menu-container {
    margin-right: 0.1rem;
  }
  #banner-overlay,
  #header-banner {
    height: 100px;
  }
  .site-title {
    font-size: 1.75rem;
  }
  .site-title:after {
    width: 30%;
  }
  .site-description {
    font-size: 0.688rem;
  }
  .menu-toggle {
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .main-navigation li {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .main-navigation.center-aligned {
    text-align: center;
  }
  .main-navigation ul {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .entry-content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .newscontent article {
    min-height: 200px;
  }
  .newscontent .bigpost article {
    min-height: 200px;
  }
  .newscontent .bigpost article p {
    padding: 15px;
  }
  .newscontent article p a {
    line-height: 1.2;
    font-size: 18px;
  }
  .newscontent .bigpost article p a {
    line-height: 1.2;
    font-size: 18px;
  }
  .slotcontent .col-md-3, .post-slots .col-md-3 {
    width: 50%;
    float: left;
  }
  button.menu-toggle {
    background: none;
    color: #fff;
    padding: 0;
  }
  button.menu-toggle:focus, button.menu-toggle:active {
    outline: 0;
  }
  .main-navigation li {
    float: none;
    padding: 0;
  }
  .site-branding {
    text-align: center;
  }
  .site-name {
    display: none;
  }
  .site-logo img {
    margin: 0 auto;
  }
  .ts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-navigation ul.sub-menu {
    position: fixed;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: auto;
    margin: 0;
  }
  .main-navigation li a {
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 700;
  }
  .main-navigation li a:not([href]) {
    display: none;
  }
  .main-navigation li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    text-align: center;
    font-size: 20px;
  }
  .main-navigation li.current-menu-item a,
  .main-navigation ul li a:hover {
    text-decoration: none;
    color: #c1ff3a;
    background: none;
  }
  #secondary {
    margin-top: 30px;
  }
  /* .site-logo {
      text-align: center;
  } */
  .slotcontent .col-md-3 img, .post-slots .col-md-3 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  button.menu-toggle {
    top: 25px;
  }
  .footer-logos img {
    margin: 8px;
    max-height: 30px;
  }
  .slotcontent ul li {
    width: 50%;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
  .entry-content iframe {
    height: 350px;
  }
  .post-image {
    width: 100%;
    margin-right: 0;
  }
  .main-wrapper {
    padding: 15px;
  }
  #secondary {
    padding: 15px;
  }
  .blog-content-div article {
    padding-bottom: 30px;
  }
  .entry-header h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .entry-content iframe {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .entry-content iframe {
    height: 250px;
  }
  .slotcontent .col-md-3, .post-slots .col-md-3 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .entry-content iframe {
    height: 200px;
  }
  .ts a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .bs a {
    display: block;
  }
  .bs a.main-button {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ts a.main-button {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 380px) {
  .slotcontent ul li {
    width: 100%;
  }
}
.casino-slice {
  padding: 20px;
  grid-gap: 10px;
  color: #fff;
  border: 1px solid #555;
  border-radius: 10px;
  background: #333;
}

.casino-ember__rating {
  top: 0;
  left: 0;
  z-index: 10;
  right: auto;
  width: auto;
  padding: 0 5px;
  background-color: #555;
  color: #fff;
  border-radius: 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.casino-ember__rating:after {
  display: none;
}

.front-top-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 10px;
  background-color: #444;
}

.front-column {
  position: relative;
}

.front-column img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.front-column b {
  font-size: 20px;
  display: block;
}

.casino-name {
  text-transform: uppercase;
  font-size: 11px;
  display: none;
}

.front-column:nth-of-type(1) {
  width: 20%;
}

.front-column:nth-of-type(2) {
  width: 65%;
  padding: 15px;
}

.front-column:nth-of-type(3) {
  width: 30%;
  padding: 0 15px;
}

a.go {
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  max-width: 200px;
  margin: 0 auto 10px;
  padding: 15px;
  background: linear-gradient(to right, rgb(28, 60, 255) 0%, rgb(1, 39, 148) 100%);
  text-align: center;
}

.starbox {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: flex;
  align-items: end;
  font-size: var(--star-size);
  line-height: var(--star-size);
  align-self: center;
  justify-self: center;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 18px;
}

.stars:after {
  content: attr(data-rating);
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 0 5px;
}

.casino-ember__rating {
  /* position: absolute;
     top: 0;
     right: -25px;

     font-size: 12px;
     font-style: normal;
     font-weight: 500;
     color: #fff;
     width: 25px;
  padding-top:3px;
  padding-left:3px;
     text-align: left; */
}

/* .casino-ember__rating:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 0;
    border-color: #FF4532 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
@media (max-width: 991px) {
  .starbox {
    bottom: 10px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .casino-name {
    display: block;
  }
  .front-top-row {
    display: block;
  }
  .front-column b {
    font-size: 15px;
  }
  .starbox {
    bottom: 15px;
    left: 40px;
  }
  .front-column:nth-of-type(1) {
    width: 50%;
    margin: 0 auto;
    float: left;
  }
  .front-column:nth-of-type(2) {
    width: 50%;
    padding: 15px 10px 0;
    float: left;
  }
  .front-column:nth-of-type(3) {
    width: 50%;
    padding: 15px;
    float: left;
  }
  .casino-ember__rating {
    left: 0;
    top: 0;
    right: auto;
    z-index: 8;
  }
}
@media (max-width: 630px) {
  .front-column:nth-of-type(1) {
    min-height: 100%;
  }
  .starbox {
    left: 10px;
  }
  .front-column b {
    font-size: 15px;
    line-height: 1.3;
  }
  .front-column:nth-of-type(2) {
    padding: 15px 10px 0;
  }
  a.go {
    padding: 8px;
  }
}
@media (max-width: 420px) {
  .front-column b {
    font-size: 14px;
  }
}
.faq__question,
.faq__answer {
  background: #333;
}

.admin-bar .site-header {
  position: fixed;
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .site-header {
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  .admin-bar .main-navigation ul.sub-menu {
    top: 98px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .main-navigation ul.sub-menu {
    top: 112px;
  }
}

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