/*
 Theme Name:   Poka v2 Theme Child
 Theme URI:    http://pokatheme.com
 Description:  Poka v2 Theme child
 Author:       Poka Theme
 Author URI:   http://pokatheme.com
 Template:     poka_v2
 Version:      1.1.99
 Tags:         
 Text Domain:  poka-child
*/
/* Variables*/
:root {
  --primary-color: #1c1c1c;
  --secondary-color: #de282a;
  --primary-text-color: #fff;
  --secondary-text-color: #fff;
  --cta-color: #338500;
  --cta-text-color: #fff; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Common styles */
.row > div {
  padding: 0 15px; }

.row--00 {
  margin: 0; }

.row--00 > div {
  padding: 0; }

.row-5 {
  margin: 0 -5px; }

.row-5 > div {
  padding: 0 5px; }

.row-7 {
  margin: 0 -7px; }

.row-7 > div {
  padding: 0 7px; }

.row-10 {
  margin: 0 -10px; }

.row-10 > div {
  padding: 0 10px; }

.row-90 {
  margin: 0 -90px; }

.row-90 > div {
  padding: 0 90px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  padding: 0; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 15px; }

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1140px;
  width: 100%;
  padding: 0 15px; }

.container-lg {
  width: 100%;
  max-width: 1471px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.btn {
  border-radius: 5px;
  display: inline-block;
  padding: 8px 20px;
  font-weight: 600; }

.btn::after {
  content: none; }

.btn-primary {
  color: var(--primary-text-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color); }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    filter: contrast(1.5); }

.btn-secondary {
  color: var(--secondary-text-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color); }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: var(--secondary-text-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    filter: contrast(1.5); }

.btn-green {
  background: #18665e;
  color: #fff; }

.btn-cta {
  color: var(--cta-text-color);
  background-color: var(--cta-color);
  border-color: var(--cta-color); }

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
  color: var(--cta-text-color);
  filter: contrast(1.5); }

.btn-border {
  border: 2px solid #232323;
  color: #232323; }

.btn-border span {
  padding-left: 15px;
  font-size: 23px;
  margin-top: -5px;
  position: relative;
  display: inline-block;
  top: 2px;
  left: 4px; }

.btn-border:hover {
  background: #232323;
  color: #fff; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

html {
  background-color: #fff; }

body {
  background-color: inherit;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #424242; }

* {
  outline: none; }

a:hover {
  color: inherit; }

.text-area > ul,
.text-area > ol {
  padding-inline-start: 40px;
  list-style-position: outside; }

.section-hero--home {
  color: white; }

#page-wrapper {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#page-wrapper.opened {
  right: 240px; }

.menu-icon {
  width: 34px;
  display: none;
  float: right;
  margin-top: 22px; }

.menu-icon span {
  background: #fff;
  height: 6px;
  margin: 4px 0;
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.menu-icon.opened .bar2 {
  opacity: 0; }

.menu-icon.opened .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px); }

.menu-icon.opened .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  -ms-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px); }

.text-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400; }

.text-area p > a,
.text-area li > a:not(.nav-link):not(.btn-chip) {
  color: #2962ff;
  text-decoration: underline; }

.text-area iframe {
  max-width: 100% !important;
  width: 100% !important; }

.has-line-element {
  position: relative; }

.has-line-element:after {
  position: relative;
  display: block;
  margin: 10px auto;
  margin-bottom: 25px;
  content: '';
  width: 50px;
  height: 1px;
  bottom: -12px;
  background-color: #151a27; }

.textlist ul li {
  list-style-type: none;
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #151a27;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif; }

.textlist--arrow li:before {
  content: '\f061';
  left: 0;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  display: inline; }

.section-border-bottom {
  border-bottom: 1px solid black; }

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-list__item {
  padding: 30px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-list__item--square-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f0f5f7; }

.flex-list__item--square-1 a {
  padding: 30px 0 35px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rounded-box {
  border-radius: 12px; }

.item-index {
  top: 5px;
  left: 5px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 5; }

.bg-gray {
  background-color: #f1f5f7; }

.text-gray {
  color: lightgray; }

.list-text--small {
  font-size: 14px; }

.list-text-small--bold {
  font-size: 17px; }

.list-title {
  font-size: 20px;
  color: #151a27;
  font-weight: 600; }

.text-work-sans {
  font-family: 'Poppins', sans-serif; }

.full-width-hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-color: #151a27;
  margin: 45px 0;
  border-bottom: none;
  border-width: 1px; }

.humb-menu-hr {
  background-color: #cbcdcd;
  display: block;
  width: 30px;
  height: 5px;
  margin: auto;
  border-radius: 12px; }
  .humb-menu-hr.middle, .humb-menu-hr.top::before, .humb-menu-hr.bottom::after {
    background-color: var(--primary-color); }
  .humb-menu-hr::before, .humb-menu-hr::after {
    height: 5px;
    background-color: #cbcdcd;
    content: '';
    display: block;
    border-radius: 12px; }
  .humb-menu-hr::before {
    margin-top: -10px; }
  .humb-menu-hr::after {
    margin-top: 15px; }

.bonus-text .value,
.freespin-text .value {
  color: #de282a;
  font-size: 1.5rem;
  font-weight: 600; }

.bonus-text span,
.freespin-text span {
  display: block;
  font-size: 1rem; }

.freespin-text .value {
  color: #0073E6; }

.ratio-4-3 {
  --aspect-ratio-4-3: calc(4 / 3); }

.ratio-4-3::before {
  content: '';
  float: left;
  padding-bottom: calc(100% / var(--aspect-ratio-4-3)); }

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none; } }

@media (max-width: 991px) {
  .humb-menu-hr {
    width: 20px;
    height: 3px; }
    .humb-menu-hr::before, .humb-menu-hr::after {
      height: 3px; }
    .humb-menu-hr::before {
      margin-top: -6px; }
    .humb-menu-hr::after {
      margin-top: 9px; } }

@media (max-width: 769px) {
  .bonus-text .value,
  .freespin-text .value {
    font-size: 1.2rem; }
  .bonus-text span,
  .freespin-text span {
    font-size: 0.9rem; } }

/* Header */
.site-header {
  background-color: var(--primary-color); }
  .site-header.sticky-header {
    background-color: var(--primary-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1042; }
  .site-header .logo img {
    max-height: 50px;
    max-width: 200px;
    width: auto; }
    .site-header .logo img.attachment-svg {
      height: 50px; }

.header-inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .header-inner .right-inner {
    display: flex;
    align-items: center; }

.hamburger {
  display: block;
  background: transparent;
  border: none;
  position: relative;
  width: 40px;
  height: 25px; }
  .hamburger:focus {
    outline: 0; }
  .hamburger span {
    height: 3px;
    width: 100%;
    left: 0;
    position: absolute;
    background: white;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .hamburger span:nth-child(1) {
    top: 0; }
  .hamburger span:nth-child(2) {
    top: 10px; }
  .hamburger span:nth-child(3) {
    top: 21px; }
  .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 5.5px);
    -ms-transform: rotate(45deg) translate(8px, 5.5px);
    transform: rotate(45deg) translate(8px, 5.5px); }
  .hamburger.active span:nth-child(2) {
    opacity: 0; }
  .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(9px, -7px);
    -ms-transform: rotate(-45deg) translate(9px, -7px);
    transform: rotate(-45deg) translate(9px, -7px); }

.navbar-search {
  --size: 40px;
  flex-shrink: 0;
  position: relative;
  width: calc(var(--size) + 6px);
  height: var(--size);
  margin-right: 10px;
  z-index: 10;
  transition: width 0.3s ease-in-out; }
  .navbar-search .nav-inner {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out; }
  .navbar-search .top-bar-search {
    border: 2px solid var(--clr-primary);
    display: flex;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 3px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.2s ease-in-out; }
  .navbar-search .search-input {
    border: 0;
    padding: 0 10px;
    flex-grow: 1;
    outline: 0;
    width: 100%;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }
  .navbar-search .search-submit,
  .navbar-search .search-icon {
    font-size: 1.7rem;
    flex-shrink: 0;
    padding: 0;
    color: #fff;
    background: 0;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: 200ms ease-out;
    width: var(--size);
    height: calc(var(--size) - 6px); }
  .navbar-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 3px;
    position: relative;
    z-index: 2; }
    .navbar-search .search-icon:hover, .navbar-search .search-icon:focus {
      background-color: var(--secondary-color); }
  .navbar-search.active .nav-inner {
    width: calc(100vw - 75px);
    z-index: 5; }
  .navbar-search.active .top-bar-search {
    background-color: #fff;
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
  .navbar-search.active .search-input {
    opacity: 1;
    z-index: initial;
    cursor: initial;
    width: calc(100% - val(--size)); }
  .navbar-search.active .search-submit {
    color: white;
    background-color: var(--secondary-color); }
    .navbar-search.active .search-submit:hover, .navbar-search.active .search-submit:focus {
      outline: 0; }
  @media (min-width: 568px) {
    .navbar-search.active .nav-inner {
      width: 250px; } }
  @media (min-width: 992px) {
    .navbar-search {
      --size: 50px; }
      .navbar-search.active .nav-inner {
        width: 300px; } }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

.columns .autocol {
  width: 50%;
  padding: 0 20px; }

.poka-child-table ul li {
  list-style-type: none; }

.body-header-style1.home .section--first .text-area {
  margin-top: 0; }

.body-header-style1.home .section--first {
  padding-top: 40px; }

.sidebar {
  padding: 0;
  background-color: transparent; }

.sidebar .widget h3 {
  font-size: 25px;
  margin-bottom: 18px;
  border-bottom: 0;
  padding-bottom: 0; }

/*  Homepage */
.section-background {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.section--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5%, rgba(21, 26, 39, 0.8)), color-stop(95%, rgba(21, 26, 39, 0.5)));
  background: -webkit-linear-gradient(top, rgba(21, 26, 39, 0.8) 0.5%, rgba(21, 26, 39, 0.5) 95%);
  background: -o-linear-gradient(top, rgba(21, 26, 39, 0.8) 0.5%, rgba(21, 26, 39, 0.5) 95%);
  background: linear-gradient(to bottom, rgba(21, 26, 39, 0.8) 0.5%, rgba(21, 26, 39, 0.5) 95%); }

.section-hero--home {
  min-height: 810px;
  padding-top: 140px;
  padding-bottom: 20px; }

.hero-title {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 67px; }

.hero-title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5; }

.text-area > h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5; }

.text-area h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.5; }

.text-area h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5; }

.hero-featured-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hero-featured-table {
  width: 100%;
  max-width: 540px;
  min-height: 410px;
  margin-left: auto;
  margin-right: auto; }

.hero-featured-table.single {
  position: relative;
  background-color: #fff;
  border-radius: 4px; }

.hero-featured-table.single .header {
  height: 111px;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 3px; }

.hero-featured-table.single .header img {
  margin: 17px auto;
  display: block; }

.hero-featured-item {
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 2px; }

.hero-featured-table.single .content {
  padding: 25px; }

.bonus-btn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: solid 3px #67cd57;
  color: #fff;
  background-color: #24b20d;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase; }

.bonus-btn:hover {
  background-color: #67cd57; }

.hero-featured-table.single .bonus-btn {
  height: 50px;
  line-height: 44px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-top: 23px; }

.features-list--arrows li {
  color: #646975;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }

.features-list--arrows li i {
  color: #67cd57;
  margin-right: 5px; }

.hero-featured-table.single .ribbon {
  position: absolute;
  width: 150px;
  height: 150px;
  overflow: hidden;
  top: -10px;
  left: -10px; }

.hero-featured-table.single .ribbon::before,
.hero-featured-table.single .ribbon::after {
  z-index: 2;
  position: absolute;
  content: '';
  display: block;
  border: 5px solid #980719;
  border-top-color: transparent;
  border-right-color: transparent; }

.hero-featured-table.single .ribbon::before {
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hero-featured-table.single .ribbon::after {
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hero-featured-table.single .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 9px 0;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f29c32), to(#f6ca6b));
  background: -webkit-linear-gradient(left, #f29c32, #f6ca6b);
  background: -o-linear-gradient(left, #f29c32, #f6ca6b);
  background: linear-gradient(to right, #f29c32, #f6ca6b);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  left: -50px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #151a27;
  font-weight: 600; }

.bonus {
  text-align: center;
  line-height: 0.9;
  margin-bottom: 20px; }

.bonus:last-child {
  margin-bottom: 0; }

.bonus .tag {
  color: #7d828a;
  font-size: 12px;
  font-weight: 700;
  display: block; }

.bonus-has-margin,
.bonus-has-margin:last-child {
  margin-bottom: 20px; }

.bonus .value {
  font-size: 22px;
  font-weight: 700;
  color: #f12a2a; }

.bonus .value span {
  display: block;
  font-size: 15px;
  color: #555a66; }

.hero-featured-item .header {
  text-align: center;
  line-height: 80px;
  height: 80px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 3px; }

.hero-featured-item .header a {
  display: block;
  padding: 0 10px; }

.hero-featured-item .header img {
  max-height: 70px; }

.hero-featured-item:last-child .header {
  height: 80px; }

.hero-featured-item .bonus {
  white-space: nowrap;
  margin-top: 20px; }

.hero-featured-item .bonus .value span {
  font-size: 13px; }

.hero-featured-item .bonus.no-tag {
  margin-top: 23px; }

.hero-featured-item .bonus-btn {
  width: 120px;
  margin-left: -10px;
  height: 36px;
  line-height: 30px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600; }

.terms-and-conditions {
  margin-top: 28px;
  font-size: 12px; }

.terms-and-conditions span[data-side-popup] {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600; }

.section-top-casinos {
  padding: 60px 0;
  margin-top: -2px;
  background-color: #fff; }

.section-top-casinos .title {
  text-align: center;
  margin-bottom: 30px; }

.top-load-more-btn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #151a27;
  border-radius: 30px;
  border: solid 2px #151a27;
  max-width: 280px;
  height: 60px;
  line-height: 56px;
  display: block;
  margin: 0 auto; }

.top-load-more-btn:hover {
  background-color: #151a27;
  color: #fff; }

.top-load-more-btn-left {
  margin-left: 0; }

.section-content {
  font-family: 'Poppins', sans-serif; }

.section-content h1 {
  font-family: 'Poppins', sans-serif;
  color: #151a27;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3; }

.section-content h2 {
  font-family: 'Poppins', sans-serif;
  color: #151a27;
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 600; }

.section-content h3 {
  font-family: 'Poppins', sans-serif;
  color: #151a27;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

.section-content p {
  font-size: 16px;
  color: #484d59;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 24px; }

.section-content ul {
  margin-bottom: 24px; }

.section-content .content-list li {
  line-height: 1.3;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
  color: #151a27;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif; }

.section-content .content-list li i {
  color: #000;
  position: absolute;
  left: 0;
  top: 2px; }

.text-area blockquote {
  margin: 0;
  margin-bottom: 47px;
  padding: 25px;
  border: solid 2px #151a27;
  border-radius: 3px;
  text-align: center; }
  .text-area blockquote > p {
    font-size: 20px; }
    .text-area blockquote > p:last-child {
      margin: 0 !important; }

.section-content .learn-more-btn-wrapper {
  margin-top: -30px;
  margin-bottom: 47px; }

.section-content .learn-more-btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  color: #151a27; }

.section-content .learn-more-btn:hover {
  text-decoration: none; }

.text-area .info-card {
  border: solid 2px #151a27;
  border-radius: 8px;
  padding: 35px 50px;
  margin-bottom: 47px;
  text-align: center; }

.text-area .info-card img {
  max-height: 77px;
  margin-bottom: 17px; }

.text-area .info-card h3 {
  font-size: 26px;
  font-weight: 500; }

.text-area .info-card p {
  margin-bottom: 22px; }

.text-area .info-card .more-btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #151a27;
  text-decoration: underline; }

.text-area .info-card .more-btn:hover {
  text-decoration: none; }

.text-area .important-notes li {
  list-style-type: none;
  padding: 17px 19px;
  border-bottom: solid 1px #494949;
  overflow: hidden; }

.text-area .important-notes li:last-child {
  border-bottom: 0; }

.text-area .important-notes li .item {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 60%; }

.text-area .important-notes li .value {
  float: left;
  color: #6ef6ce;
  font-weight: 800; }

.text-area .important-notes-table {
  background-color: #1a1937;
  border-radius: 6px; }

.text-area .important-notes-table tr:not(:last-child) {
  border-bottom: 1px solid #494949; }

.text-area .important-notes-table td {
  padding: 17px 19px;
  font-size: 14px;
  border-top: 0; }

.text-area .important-notes-table td.column-1 {
  color: white;
  font-weight: 500; }

.text-area .important-notes-table td.column-2 {
  color: #6ef6ce;
  font-weight: 800; }

.section-content > img {
  margin-bottom: 30px; }

.latest-news-wrapper .header .title {
  margin-bottom: 17px; }

.latest-news-wrapper .header .title h2 {
  color: #151a27;
  margin-bottom: 0; }

/* .latest-news-wrapper.for-article {
    background-color: #f1f5f7;
    padding-bottom: 120px;
  } */
.latest-news-wrapper .header {
  position: relative; }

.latest-news-wrapper .header .show-all-btn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 206px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: solid 2.5px #f13f40;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 900;
  color: #151a27; }

.latest-news-wrapper .header .show-all-btn:hover {
  background-color: #f13f40;
  color: #fff; }

/* Subpage ARTICLE */
.section-hero--article {
  height: 440px;
  background-position: center; }

.section-content .excerpt {
  font-size: 18px;
  font-weight: 800;
  color: #484d59;
  line-height: 1.6;
  margin-bottom: 40px; }

.sidebar-widget .w-title {
  margin-bottom: 18px; }

.sidebar-widget .top-load-more-btn {
  max-width: 100%;
  width: 100%;
  margin-top: 33px; }

/* Subpage REVIEW */
.section-hero--review {
  height: 440px;
  background-position: center; }

.section-review .section-content h2 {
  font-size: 26px; }

.section-review .section-content p {
  margin-bottom: 27px; }

.section-intro--review {
  background-color: #fff;
  margin-top: -160px;
  border-radius: 6px;
  /* Redesign  - padding check*/
  padding: 0; }

.review-info .image-wrapper {
  padding: 10px; }

.review-info.review-info--slots .image {
  width: 200px;
  height: 150px; }

.review-info .image {
  width: 200px;
  height: 121px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #d7dfe2;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.review-info .image--black {
  background-color: #151517; }

.review-info .image img {
  max-height: 101px;
  width: 100%; }

.review-info .image--full img {
  max-height: 100%;
  width: 200px;
  height: 100%;
  max-width: 200px; }

.review-info .content {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden; }

.review-info .content .title {
  color: #151a27;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1; }

.review-info .content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #484d59;
  line-height: 1.4;
  font-weight: 500; }

.review-info .content .bonus {
  position: relative;
  line-height: 1.2; }

.review-info .content .bonus .tag {
  color: #555a66; }

.review-info .content .bonus-btn {
  width: 100%;
  height: 56px;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px; }

.review-info .content .bonus:first-child::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: -12px;
  left: 50%;
  margin-left: -25px;
  background-color: #151a27; }

.review-card {
  border-radius: 6px;
  background-color: #f0f5f7;
  padding: 25px 35px; }

.review-card .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px; }

.review-card .content-list li {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px; }

.review-card .header {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-weight: 600;
  color: #151a27;
  margin-bottom: 23px; }

.review-card .header:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #f12a2a;
  left: 0;
  top: 9px; }

.review-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #484d59; }

.review-card ul li span {
  font-weight: 800; }

.section-review table.promotion td {
  font-size: 20px;
  font-weight: 800;
  color: #151a27;
  height: 120px;
  text-align: center;
  width: auto; }

.section-review table.promotion tr th:last-child {
  width: 285px; }

.section-review table.promotion td .bonus-btn {
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 44px;
  max-width: 215px;
  width: 100%;
  margin: 0 auto; }

.section-review table.banking td {
  height: 58px;
  text-align: center;
  color: #151a27;
  font-size: 16px;
  font-weight: 800; }

.section-review table.banking td img {
  max-height: 30px; }

.review-info.inline {
  background-color: #f1f5f7;
  border-radius: 6px; }

.review-info.inline p {
  margin-bottom: 0; }

@media (min-width: 575px) {
  .section-article:not(.section-intro--review) {
    margin-top: 3rem; } }

/* Slot Review */
.section-review .section-content table td img,
.section-review .section-content table td p {
  margin-bottom: 0; }

/*  Footer */
footer a {
  color: inherit; }

footer.footer .widget-columns .menu li a:hover {
  text-decoration: underline;
  opacity: 0.7;
  color: var(--secondary-color); }

footer .upper {
  background-color: var(--primary-color);
  padding: 118px 0 68px; }

footer .upper ul li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e7ebed; }

footer .lower {
  border-top: solid 1px #494949;
  font-size: 13px;
  font-weight: 500;
  color: inherit; }

footer .policy .widget > div::after {
  content: "";
  background: #424242;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px; }

footer .policy .widget:last-child > div::after {
  content: none; }

footer .policy ul li {
  display: inline-block;
  margin-right: 16px; }

footer .policy ul li a {
  margin-right: 20px; }

footer .policy ul li:after {
  content: '|'; }

footer .policy ul li:last-child,
footer .policy ul li:last-child a {
  margin-right: 0; }

footer .policy ul li:last-child:after {
  display: none; }

footer .social-wrapper {
  margin-top: 33px; }

footer .social-wrapper li {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 9px;
  display: inline-block;
  border: solid 1px #494949;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  list-style: none; }

footer .social-wrapper li a {
  display: block; }

footer .social-wrapper li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

footer .social-wrapper li i {
  font-size: 16px; }

footer .menu li {
  list-style: none; }

.sidebar {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.bonus-btn.hidden-desktop {
  display: none; }

@media (max-width: 575px) {
  .sidebar {
    margin: 0;
    max-width: 100%; } }

/*  Responsive steps */
/* Large desktops */
@media (max-width: 1199px) {
  .hidden-tablet {
    display: none; }
  .visible-tablet {
    display: block; } }

/* Tablet */
@media (max-width: 1110px) {
  .review-card .content-list li {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }
  .hero-featured-table {
    margin-bottom: 10px; } }

@media (max-width: 1000px) {
  .header-inner {
    height: 65px; }
  .site-header .main-menu {
    display: none; }
  .site-header .logo {
    max-width: 250px;
    margin-right: auto;
    margin-right: 20px; }
  .flex-list-providers .flex-list__item {
    max-width: 50%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; } }

/* Mobile */
@media (max-width: 767px) {
  #page-wrapper {
    overflow: hidden; }
  .hidden-mobile {
    display: none; }
  .visible-mobile {
    display: block; }
  .mobile-float-right {
    float: right; }
  .border-mobile-right {
    border-right: 1px solid #aeb3b8; }
  .section {
    overflow: visible; }
  .columns {
    margin: 0; }
  .columns .autocol {
    width: 100%;
    padding: 0; }
  .hero-title {
    margin-bottom: 40px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; }
  .hero-title h1,
  .text-area > h1 {
    font-size: 26px; }
  .text-area > h1 br {
    display: none; }
  .section-hero--home {
    padding-top: 90px;
    min-height: auto; }
  .hero-featured-table {
    min-height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .hero-featured-table.single .header {
    background-size: 100% auto; }
  .hero-featured-table.single .ribbon span {
    width: 150px;
    left: -40px;
    top: 15px; }
  .hero-featured-table.single .ribbon::after {
    bottom: 50px; }
  .hero-featured-table.single .ribbon::before {
    right: 48px; }
  .hero-featured-table.single .ribbon {
    font-size: 12px; }
  .hero-featured-table.single .header {
    height: auto;
    padding-bottom: 4%; }
  .hero-featured-table.single .header img {
    max-height: 10vw;
    margin: 15px auto; }
  .hero-featured-table.single .content {
    padding: 20px 25px; }
  .bonus .value {
    font-size: 32px;
    line-height: 1.2; }
  .bonus .value span {
    font-size: 22px; }
  .bonus .tag {
    font-size: 15px; }
  .top-casinos-list .item .ribbon .dark {
    display: none; }
  .hero-featured-item {
    height: 110px;
    overflow: hidden; }
  .hero-featured-item .header {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero-featured-item:last-child .header {
    height: 110px; }
  .hero-featured-item .bonus {
    margin-bottom: 20px; }
  .hero-featured-item .button-wrapper {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px; }
  .hero-featured-item .bonus-btn {
    max-width: 150px;
    width: 100%; }
  .hero-featured-item .button-wrapper a {
    margin: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto; }
  .section-hero--home {
    padding-bottom: 40px; }
  .section .title h2 {
    font-size: 32px;
    line-height: 1.3; }
  .top-casinos-filters--mobile {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 0; }
  .top-casinos-filters--mobile .filter-select-box .selection span,
  .top-casinos-filters--mobile .filter-dropdown .selection span {
    color: #151a27;
    font-weight: 800;
    font-size: 22px; }
  .top-casinos-filters--mobile .filter-select-box .selection i,
  .top-casinos-filters--mobile .filter-dropdown .selection i {
    color: #f12a2a;
    font-size: 25px;
    margin-right: 10px; }
  .top-casinos-filters--mobile .filter-select-box .selection {
    margin-left: auto; }
  .top-casinos-filters--mobile .filter-select-box .drop-toggle {
    font-size: 25px;
    margin-left: 20px; }
  .top-casinos-filters--mobile .filter-select-box {
    border: 2px solid #e9edf3;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-casinos-filters--mobile .filter-select-box .sort-label {
    font-size: 18px;
    font-weight: 500; }
  .top-casinos-filters--mobile .filter-dropdown.active {
    opacity: 1;
    pointer-events: auto; }
  .top-casinos-filters--mobile .filter-dropdown {
    border-radius: 15px;
    background-color: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 40px;
    position: absolute;
    z-index: 5000;
    top: 105%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-box-shadow: -1px 3px 57px -11px #dedede;
    box-shadow: -1px 3px 57px -11px #dedede; }
  .top-casinos-filters--mobile .filter-dropdown li {
    margin-bottom: 20px; }
  .top-casinos-filters--mobile .filter-dropdown li.active {
    opacity: 0.7; }
  .top-casinos-list {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px; }
  .top-casinos-list .item .ribbon {
    left: 0; }
  .top-casinos-list .item {
    height: auto;
    background-color: #f6f8f9;
    -webkit-box-shadow: 0px -7px 54px -17px #cfcfcf;
    box-shadow: 0px -7px 54px -17px #cfcfcf; }
  .top-casinos-list .item .header,
  .casino-item .header {
    height: auto; }
  .top-casinos-list .item .header,
  .casino-item .header {
    line-height: 1.5; }
  .top-casinos-list .bonus > div,
  .casino-item .bonus > div {
    text-align: center; }
  .top-casinos-list .bonus .value span,
  .casino-item .bonus .value span {
    display: inline; }
  .top-casinos-list .item .bonus.no-tag,
  .casino-item .bonus.no-tag {
    margin: 0;
    margin-bottom: 20px; }
  .top-casinos-list .item .bonus,
  .casino-item .bonus {
    margin: 0;
    margin-bottom: 10px; }
  .top-casinos-list .bonus .value,
  .casino-item .bonus .value {
    font-size: 24px; }
  .top-casinos-list .table-list-item-right,
  .casino-item .table-list-item-right {
    padding: 30px 15px; }
  .top-casinos-list .item .bonus-btn,
  .casino-item .bonus-btn {
    margin-top: 0;
    height: 60px;
    line-height: 55px;
    font-size: 22px;
    display: block;
    font-weight: 600; }
  .casino-item .bonus-btn {
    padding: 0; }
  .top-casinos-list .item .table-list-row-mobile,
  .casino-item .table-list-row-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .top-casinos-list .item .table-list-row-mobile .header,
  .casino-item .table-list-row-mobile .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px; }
  .top-casinos-list .item .bonus .value span,
  .casino-item .bonus .value span {
    color: inherit; }
  .top-casinos-list .item .bonus.no-tag .value,
  .casino-item .bonus.no-tag .value {
    color: #424242; }
  .top-load-more-btn {
    max-width: 100%;
    height: 75px;
    line-height: 70px;
    font-size: 20px;
    border-radius: 60px; }
  .section-content h2 {
    font-size: 24px;
    line-height: 1.3; }
  .section-content p {
    font-size: 18px;
    line-height: 1.4; }
  .casino-item {
    height: auto; }
  .section-content .content-list li {
    font-size: 18px; }
  .casinos-cards-wrapper .item {
    margin-bottom: 20px; }
  .section-content .info-card {
    padding-left: 20px;
    padding-right: 20px; }
  .section-intro--review {
    border-radius: 0;
    margin-top: 0; }
  .section-content .important-notes li .item {
    font-size: 15px; }
  .section-content .important-notes {
    margin-bottom: 0; }
  footer .upper {
    padding: 60px 0 30px; }
  footer .upper img:not(.flag-icon) {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  footer .social-wrapper {
    text-align: center;
    margin-top: 50px; }
  footer .social-wrapper li {
    height: 55px;
    width: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    margin-right: 15px; }
  footer .social-wrapper li:last-child {
    margin-right: 0; }
  footer .social-wrapper li i {
    font-size: 20px; }
  footer .policy ul li {
    display: block;
    font-size: 17px;
    margin-bottom: 15px; }
  footer .policy ul li a,
  footer .policy ul li {
    margin-right: 0; }
  footer .policy ul li:after {
    display: none; }
  footer .policy {
    float: none;
    display: block;
    text-align: center; }
  footer .lower {
    border-top: none;
    padding-top: 0; }
  footer .copyright {
    float: none;
    font-size: 16px;
    display: block;
    border-top: solid 1px #494949;
    padding: 40px 20px 0;
    text-align: center; }
  /*ARTICLE*/
  .section-hero--article {
    height: 376px; }
  .review-info {
    overflow: visible;
    border-radius: 0; }
  .review-info .image {
    float: none;
    width: 200px;
    height: 121px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    position: relative;
    background: white; }
  .review-info .image .image-wrapper {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-intro--review {
    overflow: visible; }
  .review-info .content {
    padding-left: 0;
    margin-top: 10px; }
  .review-info .content .bonus:first-child::after {
    display: none; }
  .review-info .content .title {
    text-align: center; }
  .review-info .content p {
    text-align: center;
    font-size: 18px;
    margin-top: 20px; }
  .review-info .content .bonus-btn {
    font-size: 20px;
    display: block;
    margin-top: 50px;
    height: 60px;
    line-height: 55px; }
  .review-info--slots .image .image-wrapper {
    background-color: transparent;
    padding: 0; }
  .review-info--providers .image .image-wrapper {
    background-color: transparent; }
  .review-info--slots .image img,
  .review-info--providers .image img {
    max-height: 100%;
    border-radius: 6px; }
  .has-border-right {
    border-right: 1px solid #151a27; }
  .review-card {
    margin-bottom: 20px;
    padding: 25px; }
  .review-card .header {
    margin-bottom: 0;
    font-size: 20px; }
  .review-card .header i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .review-card .header.active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .review-card .content {
    display: none;
    padding-top: 20px;
    border-bottom: 1px solid transparent; }
  .review-info--slots,
  .review-info--providers,
  .review-info--reviews {
    text-align: center; }
  .providers-logo-wrapper h2 {
    margin-bottom: 0; }
  .providers-logo-flex .img-wrapper {
    width: 33.333333%;
    text-align: center;
    margin-top: 40px; }
  .providers-logo-flex .img-wrapper img {
    width: 85px; }
  .review-info.inline {
    margin-left: -15px;
    margin-right: -15px; }
  .review-info.inline .image {
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px; }
  .text-list ul li {
    font-size: 18px; }
  .overflow-visible {
    overflow: visible; }
  .mobile-float-right {
    float: right; }
  .border-mobile-right {
    border-right: 1px solid #aeb3b8; }
  .review-info .content .title {
    font-size: 20px; }
  .review-card {
    margin-bottom: 10px;
    padding: 25px 17px; }
  .text-list ul li {
    font-size: 18px; }
  .flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    color: #484d59; }
  .flex-list li span {
    margin-bottom: 0 !important; }
  .flex-list-review .flex-list__item--square-1:not(:last-of-type) {
    border: none;
    border-bottom: 1px solid #dadfe2; }
  .list-text-small--bold {
    margin-left: 6px; }
  .flex-list-providers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-list-providers .flex-list__item {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    height: 240px;
    display: none; }
  .flex-list-providers .flex-list__item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-list-providers .flex-list__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-list-providers .flex-list__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-list-providers .flex-list__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  table.promotion {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%; }
  table.promotion tr td,
  table.promotion tr th {
    padding: 0 15px; }
  table.promotion .bonus-btn {
    width: 200px !important; }
  .review-info .image--black .image-wrapper {
    background-color: #000; }
  .background-mobile-none {
    background-image: none !important; } }

/* Small mobile */
@media (max-width: 575px) {
  .bonus .value {
    font-size: 18px; }
  .bonus .value span {
    font-size: 14px; }
  .hero-featured-table.single .content {
    padding: 20px 15px; }
  .hero-featured-item .button-wrapper {
    padding: 0; }
  .hero-featured-item a.bonus-btn {
    font-size: 10px;
    margin-right: 5px; }
  .hero-featured-item .bonus {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
  .terms-and-conditions {
    text-align: center !important; }
  .section .title h2 {
    font-size: 25px; }
  .top-casinos-list .item .table-list-row-mobile,
  .casino-item .table-list-row-mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-casinos-list .bonus .value {
    font-size: 18px; }
  .top-casinos-list .bonus .value span {
    font-size: 18px; }
  .columns .autocol {
    padding: 0; }
  .casinos-cards-wrapper .item .bonus .value {
    font-size: 18px; }
  .section-content .important-notes li .value,
  .section-content .important-notes li .item {
    font-size: 12px; }
  .top-casinos-filters--mobile .filter-select-box .selection span,
  .top-casinos-filters--mobile .filter-dropdown .selection span {
    font-size: 15px; }
  .top-casinos-filters--mobile .filter-select-box .selection i,
  .top-casinos-filters--mobile .filter-dropdown .selection i {
    font-size: 16px; }
  .top-casinos-filters--mobile .filter-select-box .sort-label {
    font-size: 12px; }
  .top-casinos-filters--mobile .filter-select-box .drop-toggle {
    font-size: 16px; }
  .providers-logo-flex .img-wrapper {
    width: 50%; }
  .providers-logo-wrapper h2 {
    text-align: center; }
  .providers-logo-flex .img-wrapper img {
    width: 50px; }
  .flex-list-providers .flex-list__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 240px; }
  .review-info.row {
    padding: 30px; }
  .top-casinos-filters--mobile .filter-select-box {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-casinos-filters--mobile .filter-dropdown {
    padding: 15px; }
  .top-casinos-filters--mobile .filter-select-box .sort-label {
    min-width: 100%;
    text-align: center;
    margin-bottom: 5px; }
  .top-casinos-filters--mobile .filter-select-box .selection {
    margin-right: auto; }
  .top-casinos-filters--mobile .filter-select-box .drop-toggle {
    display: none; }
  .flex-list-providers .flex-list__item {
    max-width: 100%; } }

/* Components */
.author-bio {
  border-top: 2px solid rgba(0, 0, 0, 0.075);
  clear: both; }
  .author-bio .avatar {
    max-width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.075); }
  .author-bio .author-box-social {
    list-style: none; }
  .author-bio .author-title span {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5; }

#breadcrumbs {
  padding: 0 0 30px 0;
  white-space: normal;
  text-align: left; }

#breadcrumbs span a {
  text-decoration: underline; }

@media (max-width: 767px) {
  #breadcrumbs span span {
    display: none; }
    #breadcrumbs span span + i {
      display: none; }
    #breadcrumbs span span.breadcrumb_mobile {
      display: inline; } }

.card {
  border-radius: 12px; }
  .card .card-img-top,
  .card .rounded-top {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important; }
  .card .card-header {
    color: var(--primary-color);
    font-weight: 600;
    background-color: white; }
    .card .card-header:first-child {
      border-radius: 12px 12px 0 0; }
    .card .card-header .card-title {
      font-size: 1.25rem;
      color: var(--primary-color);
      padding-left: 2rem;
      line-height: 1em;
      font-weight: 600; }
      .card .card-header .card-title::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        background-color: var(--secondary-color);
        left: 1.5rem;
        top: 1.5rem; }
  .card .card-footer:last-child {
    border-radius: 0 0 12px 12px; }

.na_carousel_overlay .carousel .carousel-inner {
  width: 100%; }

.na_carousel_overlay .carousel .carousel-item.active {
  display: block; }

.na_carousel_overlay .carousel .controls-top {
  position: absolute;
  right: 10px;
  top: -35px; }
  .na_carousel_overlay .carousel .controls-top a {
    color: #626466;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .na_carousel_overlay .carousel .controls-top a:hover, .na_carousel_overlay .carousel .controls-top a:focus {
      color: #fff; }

.na_carousel_overlay #casino-carousel-close {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.na_carousel_overlay i.fa {
  font-size: 20px; }

.na_carousel_overlay.active {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  animation: fade-in 500ms forwards;
  z-index: 10; }

.na_carousel_overlay #carousel-slide-sm {
  padding: 0; }

.na_carousel_overlay .carousel-indicators {
  bottom: -25px; }

@media only screen and (max-width: 767px) {
  .na_carousel_overlay #casino-carousel-close {
    top: 15px; } }

.loading {
  opacity: 0;
  pointer-events: none; }
  .loading.active {
    opacity: 1;
    animation: rotation 1.5s infinite linear;
    display: inline-block; }

.casino-list {
  width: 100%; }
  .casino-list .item {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .casino-list .item .review-feature-image {
      max-height: 115px;
      width: 100%; }
    .casino-list .item .rounded-top {
      border-top-left-radius: 12px !important;
      border-top-right-radius: 0 !important; }
  .casino-list .bonus-text-wrapper {
    min-height: 120px; }
  .casino-list .bonus-text,
  .casino-list .freespin-text {
    text-decoration: none; }
    .casino-list .bonus-text .value,
    .casino-list .freespin-text .value {
      color: #de282a;
      font-size: 1.5rem;
      font-weight: 600; }
    .casino-list .bonus-text span,
    .casino-list .freespin-text span {
      display: block; }
      .casino-list .bonus-text span span,
      .casino-list .freespin-text span span {
        display: block;
        font-size: 1rem; }
  .casino-list .freespin-text .value {
    color: #0073E6; }
  .casino-list .casino-icon-col {
    font-size: 12px; }
  .casino-list.sidebar-widget .item {
    height: auto; }
  .casino-list.sidebar-widget .pros-and-cons {
    display: none; }
  .casino-list .bar-label {
    font-size: 0.675rem;
    width: 20px; }

.item {
  background-color: #fff; }
  .item .item-title {
    font-size: 1.5rem; }

.casino-two-col .item-index {
  right: 5px;
  top: 5px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 5; }

.stacked-item .image img {
  max-height: 56px;
  width: 100%; }

.stacked-item .next-arrow {
  color: var(--secondary-text-color);
  background-color: var(--secondary-color); }

.stacked-item .score-label {
  font-size: 1.5rem; }

.btn-chip {
  background-color: var(--secondary-color);
  padding: .5rem .825rem;
  font-size: inherit;
  color: var(--secondary-text-color);
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px; }
  .btn-chip .badge {
    top: 0;
    border-radius: 0.375rem; }
  .btn-chip.btn-sm {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem; }
    .btn-chip.btn-sm .badge {
      padding: 0.3rem 0.5rem; }
  .btn-chip.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }

.accordion .card-header .btn {
  color: var(--primary-color);
  cursor: pointer; }
  .accordion .card-header .btn i {
    right: 0;
    top: 2px; }
    .accordion .card-header .btn i::before {
      color: var(--secondary-color);
      content: "\f068"; }
  .accordion .card-header .btn.collapsed i::before {
    content: "\f067"; }
  .accordion .card-header .btn .card-title::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--secondary-color);
    left: 0;
    top: 9px; }
  .accordion .card-header .btn .card-title i {
    top: 0; }

.accordion a:hover {
  text-decoration: underline; }

.accordion a.btn-chip {
  text-decoration: none; }

#cookie-notice {
  font-family: inherit;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  z-index: 1000000; }
  #cookie-notice a {
    color: #0073E6;
    text-decoration: underline; }
  #cookie-notice > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    max-width: 1140px;
    width: 100%;
    box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    margin: 10px;
    box-sizing: border-box; }
  #cookie-notice button {
    text-transform: uppercase;
    padding: 10px 40px; }

@media only screen and (max-width: 600px) {
  #cookie-notice > div {
    flex-direction: column; }
  #cookie-notice button {
    margin-top: 15px;
    width: 100%; } }

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color); }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: none;
  box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0.2rem 0.05rem var(--secondary-color); }

.custom-checkbox {
  padding-left: 24px; }
  .custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
    left: -24px;
    top: 2px; }
  .custom-checkbox .custom-control-label::before {
    border: 1px solid #ced4da; }

.did-you-know {
  border-radius: 0.2rem; }
  .did-you-know.align-left {
    float: left;
    margin-right: 30px; }
  .did-you-know.align-center {
    margin-right: auto;
    margin-left: auto; }
  .did-you-know.align-right {
    float: right;
    margin-left: 30px; }
  .did-you-know.type-question {
    background-color: rgba(255, 193, 7, 0.4); }
    .did-you-know.type-question .did-you-know-title .did-you-know-icon {
      color: #ffc107; }
    .did-you-know.type-question .did-you-know-icon-container svg {
      fill: rgba(255, 193, 7, 0.5); }
  .did-you-know.type-info {
    background-color: rgba(23, 162, 184, 0.4); }
    .did-you-know.type-info .did-you-know-title .did-you-know-icon {
      color: #17a2b8; }
    .did-you-know.type-info .did-you-know-icon-container svg {
      fill: rgba(23, 162, 184, 0.5); }
  .did-you-know.type-exclamation {
    background-color: rgba(220, 53, 69, 0.4); }
    .did-you-know.type-exclamation .did-you-know-title .did-you-know-icon {
      color: #dc3545; }
    .did-you-know.type-exclamation .did-you-know-icon-container svg {
      fill: rgba(220, 53, 69, 0.5); }
  .did-you-know.type-check {
    background-color: rgba(40, 167, 69, 0.4); }
    .did-you-know.type-check .did-you-know-title .did-you-know-icon {
      color: #28a745; }
    .did-you-know.type-check .did-you-know-icon-container svg {
      fill: rgba(40, 167, 69, 0.5); }
  .did-you-know .did-you-know-icon-container svg {
    height: 80%;
    max-height: 160px; }
  .did-you-know ul:last-child {
    margin-bottom: 0; }
  .did-you-know .did-you-know-title {
    font-size: 18px;
    font-weight: 600; }
  .did-you-know .did-you-know-title,
  .did-you-know .did-you-know-content {
    z-index: 2; }

@media only screen and (max-width: 576px) {
  #section-faq .card-body img {
    width: 100% !important; } }

.form-control {
  border: 1px solid #ebebeb;
  border-radius: 10px; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:focus {
    box-shadow: 0 0 0.2rem 0.05rem var(--secondary-color);
    border-color: transparent; }

.input-group {
  width: auto; }
  .input-group > .input-group-prepend > .input-group-text {
    border-color: #ebebeb;
    border-radius: 10px 0 0 10px; }
  .input-group + .form-control,
  .input-group.input-group-lg > .form-control {
    border-radius: 0 10px 10px 0; }

.google-news-wrapp {
  border-top: 2px solid rgba(0, 0, 0, 0.075); }
  .google-news-wrapp a {
    color: steelblue;
    font-style: italic; }
    .google-news-wrapp a:hover {
      text-decoration: underline; }

.headerinfo-sticky {
  position: fixed;
  display: none;
  top: 80px;
  z-index: 1040; }
  .headerinfo-sticky .headerinfo-feature-box > img {
    width: 130px; }

@media (max-width: 769px) {
  .headerinfo-sticky .btn {
    font-size: 0.9rem; } }

.info-box {
  border: 1px solid #e3e7ef;
  padding: 8px 16px 8px 12px;
  font-weight: 700;
  border-left: 4px solid var(--secondary-color); }
  .info-box .info-box-title {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase; }
  .info-box .info-box-content {
    font-size: 16px;
    line-height: 19px; }
  .info-box .dropdown {
    line-height: 1; }
    .info-box .dropdown .btn {
      font-size: 11px; }
    .info-box .dropdown .dropdown-menu {
      min-width: 20rem;
      padding: 0.5rem; }

.modal .modal-dialog {
  max-width: 600px; }
  .modal .modal-dialog .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 12px; }
    .modal .modal-dialog .modal-content .modal-header {
      border-bottom: 0;
      padding: 30px 30px 10px 30px; }
      .modal .modal-dialog .modal-content .modal-header .modal-title {
        color: #000; }
      .modal .modal-dialog .modal-content .modal-header .close {
        font-size: 28px;
        font-weight: 300;
        width: 30px;
        padding: 0;
        margin: -0.5rem -1rem auto; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 30px 30px 25px 30px; }
      .modal .modal-dialog .modal-content .modal-body p {
        margin-bottom: 20px;
        color: var(--gray-dark); }
    .modal .modal-dialog .modal-content .modal-footer {
      border-top: 0;
      padding: 12px;
      background-color: var(--light);
      border-radius: 0 0 12px 12px; }
      .modal .modal-dialog .modal-content .modal-footer .btn-cancel {
        border: 0;
        background: none;
        color: var(--gray);
        font-size: 15px;
        font-weight: 400; }
      .modal .modal-dialog .modal-content .modal-footer .btn-confirm {
        font-size: 15px;
        font-weight: 500; }
    .modal .modal-dialog .modal-content .btn-confirm {
      color: var(--secondary-text-color);
      background-color: var(--secondary-color);
      border-color: var(--secondary-color); }
      .modal .modal-dialog .modal-content .btn-confirm.disabled, .modal .modal-dialog .modal-content .btn-confirm:disabled {
        color: var(--secondary-text-color);
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        cursor: not-allowed; }

.nav-link {
  padding: 0; }

.main-menu {
  background: none;
  flex-grow: 1;
  text-align: right;
  padding: 0 30px;
  position: relative;
  z-index: 1; }

.head-menu .menu,
.sub-menu-nav .menu {
  z-index: 1000;
  position: relative; }
  .head-menu .menu li,
  .sub-menu-nav .menu li {
    display: inline-block; }
    .head-menu .menu li:last-child,
    .sub-menu-nav .menu li:last-child {
      margin-right: 0; }
    .head-menu .menu li a,
    .sub-menu-nav .menu li a {
      color: #fff;
      font-weight: 600;
      line-height: 40px;
      font-size: 14px;
      white-space: break-spaces;
      letter-spacing: .5px; }
      .head-menu .menu li a:hover, .head-menu .menu li a:focus, .head-menu .menu li a:active,
      .sub-menu-nav .menu li a:hover,
      .sub-menu-nav .menu li a:focus,
      .sub-menu-nav .menu li a:active {
        color: var(--secondary-color);
        background: none; }
      .head-menu .menu li a.sf-with-ul:after,
      .sub-menu-nav .menu li a.sf-with-ul:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        padding-left: 5px; }
  .head-menu .menu > li,
  .sub-menu-nav .menu > li {
    margin: 0 0.5rem; }
    .head-menu .menu > li ul,
    .sub-menu-nav .menu > li ul {
      position: absolute;
      width: max-content;
      padding: 15px 0 0;
      max-width: 400px;
      top: -18px;
      left: 100%;
      margin-left: 3px;
      background: rgba(0, 0, 0, 0.55); }
      .head-menu .menu > li ul li,
      .sub-menu-nav .menu > li ul li {
        display: block;
        position: relative;
        margin-bottom: 15px;
        padding: 0 5px;
        text-align: left; }
        .head-menu .menu > li ul li a,
        .sub-menu-nav .menu > li ul li a {
          line-height: 1em;
          font-size: 1.07143rem; }
          .head-menu .menu > li ul li a:hover,
          .sub-menu-nav .menu > li ul li a:hover {
            opacity: .6; }
    .head-menu .menu > li .dropdown-menu,
    .sub-menu-nav .menu > li .dropdown-menu {
      max-height: 550px;
      max-width: none;
      flex-direction: column;
      flex-wrap: wrap; }
    .head-menu .menu > li > ul,
    .sub-menu-nav .menu > li > ul {
      top: 60px;
      left: -15px; }

#mobile--menu {
  position: fixed;
  padding-bottom: 40px;
  top: 65px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #2d2f31;
  z-index: 99999999;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }
  #mobile--menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #mobile--menu .main-menu {
    overflow: scroll;
    height: 100%;
    padding: 0;
    text-align: left; }
    #mobile--menu .main-menu ul {
      overflow: auto;
      list-style: none; }
      #mobile--menu .main-menu ul li a {
        display: block;
        padding: 14px 20px;
        color: #f2f2f2;
        background: none; }
        #mobile--menu .main-menu ul li a:hover {
          background-color: #37393b; }
        #mobile--menu .main-menu ul li a.sf-with-ul:after {
          content: '\f105';
          font-size: 18px;
          font-family: 'Font Awesome 5 Free';
          font-weight: 700;
          padding-left: 5px;
          float: right; }
      #mobile--menu .main-menu ul li.sfHover > a {
        background-color: #37393b; }
        #mobile--menu .main-menu ul li.sfHover > a.sf-with-ul:after {
          content: '\f107'; }
      #mobile--menu .main-menu ul li .dropdown-menu {
        position: relative;
        top: initial;
        left: initial;
        border: 0;
        color: #f2f2f2;
        background: none;
        float: none;
        padding-left: 10px; }
      #mobile--menu .main-menu ul li .menu-icon-link {
        position: absolute;
        right: 50px;
        top: 25px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        text-align: center; }
      #mobile--menu .main-menu ul li span.menu-icon-link::after {
        content: "\f0c1";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 20px;
        color: #fff;
        float: none;
        padding: 0; }
      #mobile--menu .main-menu ul li.nav-item {
        position: relative; }
    #mobile--menu .main-menu > ul > li > .dropdown-menu {
      border-bottom: 3px solid #37393b; }
    #mobile--menu .main-menu .menu-icon {
      width: 20px;
      height: 20px; }
  #mobile--menu .sub-menu {
    margin-left: 15px; }

#sub-menu {
  background-color: rgba(0, 0, 0, 0.3); }

@media (min-width: 1200px) {
  .main-menu {
    font-size: 13px; } }

@media (min-width: 1400px) {
  .main-menu {
    font-size: 1rem; } }

/** Page Links menu **/
.pagelinks-wrapper {
  max-width: 380px; }
  .pagelinks-wrapper .pagelinks-nav {
    position: relative;
    min-height: 50px;
    overflow: hidden; }
  .pagelinks-wrapper .navbar-toggler {
    display: none;
    position: absolute;
    outline: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 5; }
    .pagelinks-wrapper .navbar-toggler.collapsed {
      display: block; }
    .pagelinks-wrapper .navbar-toggler:focus {
      outline: none; }
    .pagelinks-wrapper .navbar-toggler:after {
      content: '';
      border-top: 0.3em solid #fff;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      right: 10px;
      z-index: 1; }
  .pagelinks-wrapper .collapse.show li:first-child {
    border-radius: 12px 12px 0 0; }
  .pagelinks-wrapper .collapse.show li:last-child {
    border-radius: 0 0 12px 12px; }
  .pagelinks-wrapper .collapse:not(.show) {
    display: block; }
    .pagelinks-wrapper .collapse:not(.show) .nav-item:not(.active) {
      display: none; }
    .pagelinks-wrapper .collapse:not(.show) .nav-item.active {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 12px !important; }
  .pagelinks-wrapper #pagelinks-menu {
    min-height: 60px; }
    .pagelinks-wrapper #pagelinks-menu li {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.075);
      transition: 0.2s all ease-in-out; }
      .pagelinks-wrapper #pagelinks-menu li.active {
        background-color: var(--primary-color);
        border: 2px solid var(--primary-color);
        color: #fff; }
        .pagelinks-wrapper #pagelinks-menu li.active .nav-link {
          color: #fff;
          font-weight: 600; }
      .pagelinks-wrapper #pagelinks-menu li:hover:not(.active) {
        border: 2px solid var(--primary-color); }
    .pagelinks-wrapper #pagelinks-menu .nav-link {
      line-height: 50px;
      height: 50px;
      padding: 0 15px; }
  @media (min-width: 992px) {
    .pagelinks-wrapper {
      max-width: none; }
      .pagelinks-wrapper .pagelinks-nav {
        box-shadow: none; }
      .pagelinks-wrapper .navbar-toggler {
        display: none; }
        .pagelinks-wrapper .navbar-toggler.collapsed {
          display: none; }
      .pagelinks-wrapper .collapse:not(.show) {
        display: block; }
        .pagelinks-wrapper .collapse:not(.show) .nav-item:not(.active) {
          display: block; }
        .pagelinks-wrapper .collapse:not(.show) .nav-item.current_page_item {
          position: static; }
      .pagelinks-wrapper #pagelinks-menu {
        box-shadow: none; }
        .pagelinks-wrapper #pagelinks-menu ul {
          flex-direction: row; }
        .pagelinks-wrapper #pagelinks-menu li {
          width: auto;
          margin: 0 4px 8px;
          flex-grow: 1;
          text-align: center;
          border-radius: 12px;
          background-color: #f8f9fa;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
          .pagelinks-wrapper #pagelinks-menu li:first-child {
            margin-left: 0; }
          .pagelinks-wrapper #pagelinks-menu li:last-child {
            margin-right: 0; } }

.progress .progress-bar.bg-green {
  background-color: #338500; }

.progress .progress-bar.bg-orange {
  background-color: #f3aa44;
  color: black; }

.progress .progress-bar.bg-red {
  background-color: #de282a; }

.progress.progress-lg {
  height: 1.6rem;
  font-size: 1.2rem; }

.progress.progress-sm {
  height: 0.5rem; }

.progress-md-4 {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .progress-md-4 {
    width: 33.333333%; } }

.provider-list .item a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.provider-list .itemwrapp-standard .item a {
  height: 200px;
  padding: 15px; }

.provider-list .itemwrapp-standard .item img {
  max-height: 200px; }

.provider-list .provider-review-text {
  font-size: 13px;
  line-height: 1.2; }

.provider-list.list-thumbs.slot-provider .item {
  min-width: 155px; }

.provider-list.list-thumbs .item {
  width: 100%;
  height: 100px;
  /*max-width: 140px;*/
  transform: scale(1); }
  .provider-list.list-thumbs .item:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1.015);
    transition: transform .25s, visibility .25s ease-in; }
  .provider-list.list-thumbs .item img {
    width: auto;
    max-height: 100%;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0); }

.na-ribbon-wrapp {
  bottom: 0; }
  .na-ribbon-wrapp .na-ribbon {
    padding: 0 25px 0 25px;
    bottom: 0;
    z-index: 9; }
  .na-ribbon-wrapp.na-ribbon-right {
    right: 0; }
    .na-ribbon-wrapp.na-ribbon-right .na-ribbon {
      right: -5px; }
  .na-ribbon-wrapp.na-ribbon-left {
    left: 0; }
    .na-ribbon-wrapp.na-ribbon-left .na-ribbon {
      left: -5px; }
  .na-ribbon-wrapp a:hover .na-ribbon {
    filter: contrast(1.5); }

.side-popup {
  display: none;
  background: #fff;
  box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.2);
  width: 35rem;
  max-width: 100%;
  height: 100vh;
  transform: translateX(100%);
  padding: 7rem 3rem 3rem;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  transition: 3ms;
  z-index: 100; }
  .side-popup.show {
    display: block;
    transform: translateX(0); }
  .side-popup .sp-heading {
    text-align: center; }
  .side-popup .sp-heading h3 {
    display: inline-block;
    border-bottom: 1px solid #424242; }
  .side-popup .close {
    position: absolute;
    top: 2rem;
    right: 2rem; }

.demo-overlay {
  z-index: 9; }
  .demo-overlay h2 {
    color: #fff; }
  .demo-overlay.play-down {
    bottom: 6px;
    right: 6px;
    position: absolute; }
    .demo-overlay.play-down .btn {
      font-size: 1.115rem;
      margin: 0 !important;
      padding: 0.4rem 0.9rem !important;
      margin-bottom: 0 !important; }
    .demo-overlay.play-down .overlay-background {
      height: auto; }
  .demo-overlay .overlay-background {
    background-color: #1a1a1a;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 1; }
  .demo-overlay .actions.active {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation: fade-in 500ms forwards;
    z-index: 10; }

.demo-play {
  background-color: #000; }
  .demo-play .resp-container {
    min-height: 500px; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media only screen and (max-width: 767px) {
  .demo-overlay h2 {
    font-size: 1.25rem; } }

.slot-list a.thumb-link img {
  width: 100%; }

.slot-list .slot-rtp-wrapp {
  font-size: 1.2rem; }

.slot-list .slot-provider {
  word-break: break-word; }

.slot-list .score-label {
  font-size: 1.6rem; }

#na-filter-list .na-list-item {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.075);
  transition: 0.2s all ease-in-out; }
  #na-filter-list .na-list-item.active {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color); }
    #na-filter-list .na-list-item.active .na-item-link {
      color: #fff; }

#na-filter-list .na-item-link {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px; }

@media (min-width: 992px) {
  #na-filter-list {
    flex-direction: row; }
    #na-filter-list .na-list-item {
      width: auto;
      margin: 0 4px 8px;
      flex-grow: 1;
      text-align: center;
      border-radius: 12px;
      background-color: #f8f9fa; }
      #na-filter-list .na-list-item:first-child {
        margin-left: 0; } }

.pagelinks-wrapper .loading {
  display: none; }
  .pagelinks-wrapper .loading.active {
    display: block;
    font-size: 30px;
    text-align: center; }

.dataTables_wrapper .dataTables_scroll {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative; }
  .dataTables_wrapper .dataTables_scroll .tablepress {
    box-shadow: none; }
  .dataTables_wrapper .dataTables_scroll .dataTables_scrollHeadInner .tablepress {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0; }
  .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .tablepress {
    border-radius: 0; }
  .dataTables_wrapper .dataTables_scroll .dataTables_scrollFoot .tablepress {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0; }

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody .tablepress {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollFoot .dataTables_scrollFootInner {
  display: none; }

.dataTables_wrapper .tablepress {
  --head-bg-color: var(--primary-color);
  --head-active-bg-color: var(--primary-color);
  --head-text-color: var(--primary-text-color);
  font-family: "Poppins", sans-serif;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-collapse: separate; }
  .dataTables_wrapper .tablepress td,
  .dataTables_wrapper .tablepress th {
    padding: .75rem 1.25rem; }
  .dataTables_wrapper .tablepress a {
    color: #2962ff;
    text-decoration: underline; }
    .dataTables_wrapper .tablepress a:hover {
      text-decoration: none; }

.dataTables_wrapper .dataTables_length select {
  padding: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 12px; }

.dataTables_wrapper .dataTables_filter input {
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 12px; }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: .5rem; }

.tagcloud a {
  display: inline-block;
  transition: all 10ms ease; }
  .tagcloud a:hover {
    color: var(--secondary-color);
    transform: scale(1.03); }

@media only screen and (max-width: 767px) {
  .tagcloud a {
    margin: .5rem .25rem; } }

.tag-list a {
  color: steelblue;
  text-decoration: none; }

.tag-list a:hover {
  text-decoration: underline; }

.screenshots figure {
  margin: 0;
  padding: 1rem; }

.social-icons .btn {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .social-icons .btn:hover, .social-icons .btn:active, .social-icons .btn:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.pros-list,
.cons-list {
  font-size: 1rem;
  list-style: none; }
  .pros-list li:before,
  .cons-list li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    font-weight: bold;
    margin-left: -1em;
    margin-right: 0.575em; }

.pros-list li:before {
  color: #338500; }

.cons-list li:before {
  color: #de282a; }

.quick-list.align-left {
  float: left;
  margin-right: 30px; }

.quick-list.align-center {
  margin-right: auto;
  margin-left: auto; }

.quick-list.align-right {
  float: right;
  margin-left: 30px; }

.quick-list .stacked-item .quick-list-index {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-right: 1px solid #fff; }

/* Templates */
.author .author-bio {
  border-top: 0; }

/* Parent theme override. */
/* Button default font size. */
.btn {
  font-size: 1rem; }

/* Return small Bootstrap button to default. */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* Footer use inherit background color. */
footer.footer {
  background-color: inherit; }

/* Footer use inherit text color. */
.footer .widget-columns .menu li a,
.footer .widget-columns a {
  color: inherit; }

/* Button link use override link color. */
.btn-link {
  color: #0071EB; }

/* Affiliates */
.single-affiliates .card .card-header {
  color: #424242; }
  .single-affiliates .card .card-header .dropdown-menu {
    min-width: 20rem;
    padding: 0.5rem;
    font-weight: 400; }

.single-affiliates .card .dropdown .btn:focus {
  color: #0071EB;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 235, 0.25); }

.single-affiliates .affiliate-games .item .game-title {
  font-size: 0.8rem;
  line-height: 1.2; }

.single-affiliates .affiliate-games .card-header .dropdown-menu .card .game-title {
  line-height: 1.2; }

.single-affiliates .affiliate-providers img {
  max-height: 69px; }

.single-affiliates .payment-method-list img {
  max-height: 40px; }

.single-affiliates .bonus-item {
  font-weight: 400; }
  .single-affiliates .bonus-item .bonus-item-text {
    font-size: 13px; }

.single-affiliates .review-games .review-games-item {
  width: 33.333333%; }

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