/*
Theme Name: Divi child theme 2.0
Template: hello-elementor
Version: 2.0
*/
@import url("../hello-elementor/style.css");
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@font-face {
  font-family: LeaugeGothic;
  src: url("/wp-content/themes/Divi-child/assets/fonts/LeagueGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: LeaugeGothic;
  font-style: italic;
  src: url("/wp-content/themes/Divi-child/assets/fonts/LeagueGothic-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Myriad Pro;
  src: url("/wp-content/themes/Divi-child/assets/fonts/MyriadPro-Regular.ttf") format("truetype");
}
a {
  color: #edb059;
}

.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6,
.et_pb_bg_layout_light h1,
.et_pb_bg_layout_light h2,
.et_pb_bg_layout_light h3,
.et_pb_bg_layout_light h4,
.et_pb_bg_layout_light h5,
.et_pb_bg_layout_light h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: LeaugeGothic;
  color: #ffbd36 !important;
}

.et-db #et-boc .et-l .et_pb_bg_layout_dark,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h1,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h2,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h3,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h4,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h5,
.et-db #et-boc .et-l .et_pb_bg_layout_dark h6 {
  font-family: LeaugeGothic;
  color: #ffbd36 !important;
}

.et_pb_slide_title {
  text-align: center;
  font-size: 44px;
}

.et_pb_post h1,
.et_pb_post h2,
.et_pb_post h3,
.et_pb_post h4 {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

@media (max-width: 981px) {
  h1 {
    font-size: 34px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  h4 {
    font-size: 24px !important;
  }
}
.pagination a {
  background: #333333;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 7px;
  color: white;
  border: 1px solid #ffbd36;
}

@media (max-width: 780px) {
  .sidebar_right_blog {
    position: relative;
    padding-top: 0px !important;
  }
  .sidebar_right_blog .widgettitle {
    display: none;
  }
}
.et_pb_blog_grid h2 {
  font-size: 26px;
}

.post-content p {
  color: #fff !important;
}

/* BRANDBOX */
@media (max-width: 980px) {
  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 32px;
  }
  .et_pb_section {
    padding: 0px;
  }
}
table {
  margin: 20px 0px !important;
  border: 0px !important;
  background: #353535;
}
table tr {
  border: 1px solid #444 !important;
}
table tr:nth-child(even) {
  background: #444444;
}
table tr th {
  background: #931415;
  font-family: LeaugeGothic;
  color: #ffbd36 !important;
  letter-spacing: 2px;
  font-weight: 200 !important;
  font-size: 25px;
}
table tr td, table tr th {
  border: 1px solid rgba(0, 0, 0, 0.051) !important;
  vertical-align: top;
}

.card {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border-radius: 5px;
}

.grid {
  display: grid;
}

.columns-1 {
  grid-template-columns: 1fr;
}

.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .md\:columns-1 {
    grid-template-columns: 1fr;
  }
  .md\:columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .md\:columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .md\:columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-6 {
  gap: 6px;
}

.gap-12 {
  gap: 12px;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-end {
  justify-content: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

#content {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#content .entry-title {
  max-width: inherit !important;
}

.w-full {
  width: 100%;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.ml-auto {
  margin-left: auto;
}

.claim_btn {
  background: #79e42f;
  color: white !important;
  display: flex;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.footer_new {
  background: #292929;
  width: 100%;
  height: auto;
  border-top: 5px solid #ffc400;
}
.footer_new .links {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #313131;
}
.footer_new .links .inner {
  margin: 0 auto;
  width: 530px;
  text-align: center;
}
.footer_new .links .inner a {
  text-align: center;
  color: #9d9d9d;
  display: inline-blocK;
  height: 60px;
  padding: 0px 15px;
  line-height: 60px;
  font-size: 14px;
  font-family: Myriad Pro;
}
.footer_new .menu_grid {
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 30px auto;
  display: flex;
  justify-content: space-between;
}
.footer_new .menu_grid .grid_item {
  width: 30%;
}
.footer_new .menu_grid .grid_item ul li {
  border-bottom: 1px solid #333;
  height: 40px;
  display: flex;
  align-items: center;
}
.footer_new .menu_grid .grid_item ul li a {
  display: inline-block;
  color: #9d9d9d;
  font-size: 15px;
  padding-left: 10px;
}
.footer_new .menu_grid .grid_item p {
  font-size: 13px;
  line-height: 1.6em;
}
.footer_new .slot_providers {
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_new .slot_providers a {
  display: inline-block;
  width: 18%;
  height: 70px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer_new .slot_providers .microgaming {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/microgaming-logo-bw.png");
}
.footer_new .slot_providers .microgaming:hover {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/microgaming-logo.png");
}
.footer_new .slot_providers .yggdrasil {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Yggdrasil-logo-bw.png");
}
.footer_new .slot_providers .yggdrasil:hover {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Yggdrasil-logo.png");
}
.footer_new .slot_providers .novomatic {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Novomatic-logo-bw.png");
}
.footer_new .slot_providers .novomatic:hover {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Novomatic-logo.png");
}
.footer_new .slot_providers .playngo {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Playngo-logo-bw.png");
}
.footer_new .slot_providers .playngo:hover {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/Playngo-logo.png");
}
.footer_new .slot_providers .netent {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/netent-logo-bw.png");
}
.footer_new .slot_providers .netent:hover {
  background-image: url("/wp-content/themes/Divi-child/assets/images/footer/netent-logo.png");
}
.footer_new .credits {
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.footer_new .credits .copytext {
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 981px) {
  .footer_new {
    height: auto;
  }
  .footer_new .links {
    height: auto;
  }
  .footer_new .links .inner {
    width: 100%;
  }
  .footer_new .links .inner a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #2f2f2f;
    height: 35px;
    line-height: 35px;
    background-size: 85%;
  }
  .footer_new .links .inner a:last-of-type {
    border-bottom: none;
  }
  .footer_new .menu_grid {
    margin: 15px auto 15px auto;
    padding: 0px 15px;
    flex-direction: column;
  }
  .footer_new .menu_grid .grid_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_new .menu_grid .grid_item:last-of-type {
    margin-bottom: 0px;
  }
  .footer_new .menu_grid .grid_item h4 {
    padding-bottom: 4px;
  }
  .footer_new .menu_grid .grid_item ul li {
    height: 30px;
  }
  .footer_new .menu_grid .grid_item ul li a {
    padding-left: 0px;
  }
  .footer_new .slot_providers {
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  .footer_new .slot_providers a {
    width: 49.4%;
  }
}
#main-header .nav li .sub-menu {
  background-color: #333333;
}

.current-menu-item a:after {
  right: -15px !important;
}

.et-search-form .et-search-field {
  color: #fff !important;
}
.et-search-form .search-results {
  display: none;
  width: 600px;
  position: fixed;
  top: 75px;
  background-color: #2f2f2f;
  padding: 5px;
  border-radius: 5px;
}
.et-search-form .search-results h3 {
  padding-bottom: 5px !important;
}
.et-search-form .search-results ul {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #797979;
}
.et-search-form .search-results ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 0px;
}
.et-search-form .search-results ul li img {
  width: 40px;
  height: 40px;
}
.et-search-form .search-results ul:last-child {
  border-bottom: none;
}

.et-fixed-header .search-results {
  top: 50px;
}

@media (max-width: 980px) {
  .et-search-form .search-results {
    width: 100%;
    left: 0px;
    border-radius: 0px;
  }
}
.header-inner {
  max-width: 1180px !important;
}

#mobile_menu a {
  color: white;
}

/* FULL BONUS TABLE */
#homepage_bonus_table .casino_bonus {
  border-top: 3px solid black;
}
#homepage_bonus_table .casino_bonus:nth-child(odd) {
  background: rgba(0, 0, 0, 0.7);
}
#homepage_bonus_table .casino_bonus:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}
#homepage_bonus_table .casino_bonus:first-of-type {
  border-top: 0px;
}
#homepage_bonus_table .casino_bonus .inner {
  width: 100%;
  height: 150px;
  max-width: 1080px;
  margin: 0 auto;
}
#homepage_bonus_table .casino_bonus .inner .logo_container {
  float: left;
  height: 150px;
  width: 220px;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage_bonus_table .casino_bonus .inner .logo_container img {
  display: block;
  max-height: 80px;
  max-width: 180px;
}
#homepage_bonus_table .casino_bonus .inner .info_block {
  float: left;
  width: 843px;
  height: 150px;
  background: #171717;
  padding: 15px 25px;
  border-left: 3px solid black;
  border-right: 3px solid black;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block,
#homepage_bonus_table .casino_bonus .inner .info_block .second_block,
#homepage_bonus_table .casino_bonus .inner .info_block .third_block {
  float: left;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block {
  width: 240px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block p {
  line-height: 15px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block .name {
  font-family: LeaugeGothic;
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  letter-spacing: 1px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block .stars .fa-star {
  color: #fbb623;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block .info {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block .info li {
  font-size: 13px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .first_block .info li i {
  color: #79e42f;
}
#homepage_bonus_table .casino_bonus .inner .info_block .second_block {
  width: 300px;
  text-align: center;
}
#homepage_bonus_table .casino_bonus .inner .info_block .second_block .title {
  font-family: LeaugeGothic;
  text-transform: uppercase;
  font-size: 30px;
  color: white;
}
#homepage_bonus_table .casino_bonus .inner .info_block .second_block .bonus {
  margin-top: 15px;
  font-size: 40px;
  font-weight: bold;
  font-family: Myriad Pro;
  color: #fbb623;
}
#homepage_bonus_table .casino_bonus .inner .info_block .second_block .up_to {
  margin-top: 10px;
  font-size: 26px;
  font-family: Myriad Pro;
  color: #ababab;
}
#homepage_bonus_table .casino_bonus .inner .info_block .third_block {
  text-align: center;
  width: 247px;
}
#homepage_bonus_table .casino_bonus .inner .info_block .third_block .claim_button {
  background: #79e42f;
  padding: 15px 20px;
  width: 200px;
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 4px;
  margin: 0 auto;
  animation: pulse 2s infinite;
}
#homepage_bonus_table .casino_bonus .inner .info_block .third_block .review_text {
  display: block;
  margin-top: 10px;
  color: white;
  font-weight: bold;
}

@media (max-width: 981px) {
  #homepage_bonus_table .casino_bonus {
    height: 350px;
    border-top: 3px solid #fbb623;
  }
  #homepage_bonus_table .casino_bonus .inner {
    height: 300px;
  }
  #homepage_bonus_table .casino_bonus .inner .logo_container {
    height: 75px;
    width: 100%;
    background-size: 45%;
  }
  #homepage_bonus_table .casino_bonus .inner .info_block {
    width: 100%;
    height: 145px;
  }
  #homepage_bonus_table .casino_bonus .inner .info_block .first_block {
    width: 50%;
    height: 140px;
  }
  #homepage_bonus_table .casino_bonus .inner .info_block .second_block {
    width: 45%;
    height: 140px;
  }
  #homepage_bonus_table .casino_bonus .inner .info_block .second_block .title {
    font-size: 26px;
  }
  #homepage_bonus_table .casino_bonus .inner .info_block .third_block {
    float: left;
    width: 100%;
    height: 105px;
    padding: 10px 0px;
  }
}
#blog_bonus_table .casino_bonus {
  height: 80px;
  margin-bottom: 10px;
}
#blog_bonus_table .casino_bonus:nth-child(odd) {
  background: rgba(0, 0, 0, 0.7);
}
#blog_bonus_table .casino_bonus:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}
#blog_bonus_table .casino_bonus .inner {
  width: 100%;
  height: 80px;
}
#blog_bonus_table .casino_bonus .inner .logo_contaioner {
  margin-top: 5px;
  height: 70px;
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog_bonus_table .casino_bonus .inner .logo_contaioner .logo {
  display: block;
  max-height: 55px;
  max-width: 160px;
}
#blog_bonus_table .casino_bonus .inner .info_block {
  width: 80%;
  height: 80px;
  float: left;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block {
  width: 30%;
  position: relative;
  float: left;
  height: 80px;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block .stars {
  position: absolute;
  height: 20px;
  font-size: 11px;
  bottom: 12px;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block .stars .fa-star {
  color: #fbb623;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block .info {
  list-style: none;
  padding: 0px;
  margin: 8px 0px 0px 0px;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block .info div {
  font-size: 12px;
  margin-bottom: -8px;
}
#blog_bonus_table .casino_bonus .inner .info_block .first_block .info div i {
  color: #79e42f;
}
#blog_bonus_table .casino_bonus .inner .info_block .second_block {
  float: left;
  text-align: center;
  width: 40%;
  height: 80px;
}
#blog_bonus_table .casino_bonus .inner .info_block .second_block .bonus {
  display: inline-block;
  margin-top: 15px;
  font-size: 35px;
  font-weight: bold;
  font-family: Myriad Pro;
  color: #fbb623;
}
#blog_bonus_table .casino_bonus .inner .info_block .second_block .up_top {
  display: inline-block;
}
#blog_bonus_table .casino_bonus .inner .info_block .third_block {
  float: left;
  width: 30%;
  height: 80px;
  text-align: center;
}
#blog_bonus_table .casino_bonus .inner .info_block .third_block .claim_button {
  background: #79e42f;
  padding: 5px 15px;
  width: 140px;
  display: block;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 4px;
  margin: 10px auto 0px auto;
  animation: pulse 2s infinite;
}
#blog_bonus_table .casino_bonus .inner .info_block .third_block .review_text {
  display: block;
  margin-top: 5px;
  color: white;
  font-weight: bold;
}

@media (max-width: 981px) {
  #blog_bonus_table .casino_bonus {
    height: 250px;
    border-top: 3px solid #fbb623;
  }
  #blog_bonus_table .casino_bonus .inner {
    height: 150px;
  }
  #blog_bonus_table .casino_bonus .inner .logo_contaioner {
    height: 75px;
    width: 100%;
  }
  #blog_bonus_table .casino_bonus .inner .info_block {
    width: 100%;
    height: 145px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .first_block {
    width: 60%;
    height: 80px;
    padding: 0px 15px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .first_block .stars {
    bottom: 0px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .first_block .info {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .first_block .info div {
    line-height: normal;
    font-size: 13px;
    margin-bottom: 0px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .first_block .info div i {
    color: #79e42f;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .second_block {
    width: 35%;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .second_block .title {
    font-size: 26px;
  }
  #blog_bonus_table .casino_bonus .inner .info_block .third_block {
    float: left;
    width: 100%;
    height: 105px;
    padding: 10px 0px;
  }
}
.bonus_filter {
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
}
.bonus_filter .sort_btn {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: #931415;
  color: #fff;
  text-align: center;
  padding: 0px 25px 0px 35px;
  position: relative;
  font-size: 14px;
  margin-right: 10px;
}
.bonus_filter .sort_btn:last-of-type {
  margin-right: 0px;
}
.bonus_filter .sort_btn:before {
  font-size: 15px;
  color: #ffbd36;
  font-family: "Font Awesome 5 Free";
  left: 15px;
  position: absolute;
}
.bonus_filter .bonus_percentage:before {
  content: "\f541";
  font-weight: 600;
}
.bonus_filter .bonus_wager:before {
  content: "\f00d";
  font-weight: 600;
}

.et_pb_module .et_pb_salvattore_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.et_pb_module .et_pb_salvattore_content .size-1of3 {
  display: flex;
  flex-wrap: wrap;
  width: 31% !important;
  margin-right: 0px !important;
}
.et_pb_module .et_pb_salvattore_content .size-1of3 article {
  margin-bottom: 20px !important;
}
.et_pb_module .et_pb_post {
  display: flex;
  flex-direction: column;
}
.et_pb_module .et_pb_post .et_pb_image_container {
  margin-bottom: 15px;
}
.et_pb_module .et_pb_post .et_pb_image_container a {
  margin-bottom: 0px;
}
.et_pb_module .et_pb_post .entry-title {
  font-size: 26px;
}
.et_pb_module .et_pb_post .post-content {
  position: relative;
  font-size: 14px;
}
.et_pb_module .et_pb_post .post-content .more-link {
  display: none;
}

.countries_shortcode {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.countries_shortcode .country-card {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.countries_shortcode .country-card .title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  color: #edb059;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  bottom: 0;
  position: absolute;
}

@media (max-width: 981px) {
  .countries_shortcode {
    grid-template-columns: repeat(2, 1fr);
  }
  .countries_shortcode .country-card {
    height: 150px;
  }
}
.slot_providers_shortcode {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.slot_providers_shortcode .provider-card {
  display: block;
  background-color: #1c1c1c;
  border-radius: 5px;
  border: 1px solid #161616;
}
.slot_providers_shortcode .provider-card .thumbnail {
  margin: 0 auto;
  display: block;
}
.slot_providers_shortcode .provider-card .provider-name {
  display: block;
  font-size: 1.2rem;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #edb059;
}

@media screen and (max-width: 768px) {
  .slot_providers_shortcode {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
 * SLOTS SHORTCODE
 */
.slot-card {
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.slot-card .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.slot-card .title {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  line-height: 18px;
  text-align: center;
  color: #edb059;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SLOTS SHORTCODE MOBILE LAYOUT */
@media (max-width: 980px) {
  .slot-card {
    width: 100%;
    margin: 0px 0px 5px 0px !important;
  }
}
.top_five_casinos .casino {
  height: 45px;
}
.top_five_casinos .casino .logo {
  width: 80px;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.top_five_casinos .casino .logo img {
  object-fit: contain;
  max-height: 45px;
}
.top_five_casinos .casino .info {
  flex: auto;
  font-size: 15px;
  line-height: 17px;
  justify-content: center;
}
.top_five_casinos .casino .info .name {
  vertical-align: top;
}
.top_five_casinos .casino .info .bonus-amount {
  font-size: 12px;
  vertical-align: top;
}

@media (max-width: 780px) {
  .top_five_casinos {
    flex-wrap: wrap;
    gap: 5px;
  }
  .top_five_casinos .casino {
    width: calc(50% - 5px);
    align-items: center;
  }
  .top_five_casinos .casino .logo-container {
    display: flex;
    align-items: center;
  }
  .top_five_casinos .casino .logo-container .logo {
    max-width: 90px;
  }
  .top_five_casinos .casino .info {
    display: none;
  }
  .top_five_casinos .casino .claim-button {
    margin-left: 0px;
    margin-top: 0px;
    font-size: 15px;
  }
}
.single-providers {
  /* BLOG POST MOBILE LAYOUT */
}
.single-providers .et_pb_row {
  width: 100% !important;
}
.single-providers .related_providers {
  height: auto;
  width: 100%;
}
.single-providers .related_providers .related_title {
  font-size: 28px;
  margin-bottom: 15px;
}
.single-providers .related_providers .inner_container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.single-providers .related_providers .inner_container .related_provider_single {
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 5px;
  border: 1px solid #161616;
}
.single-providers .related_providers .inner_container .related_provider_single:last-of-type {
  margin-right: 0px;
}
.single-providers .related_providers .inner_container .related_provider_single .inner {
  width: 80%;
  display: block;
  margin: 0 auto;
  background: #1c1c1c;
}
.single-providers .related_providers .inner_container .related_provider_single .inner .related_image {
  width: auto;
  height: 80px;
  padding-top: 5px;
}
.single-providers .related_providers .inner_container .related_provider_single .inner .post_title {
  padding: 5px;
}
@media (max-width: 980px) {
  .single-providers .related_providers .inner_container {
    grid-template-columns: 1fr;
  }
}
.single-providers #main-content .container {
  padding-top: 25px !important;
}
.single-providers #main-content .et_pb_section:first-of-type,
.single-providers #main-content .et_pb_row:first-of-type {
  padding-top: 0px !important;
}
.single-providers #main-content .et_pb_section:last-of-type,
.single-providers #main-content .et_pb_row:last-of-type {
  padding-bottom: 18px !important;
}

.slot_provider_images img {
  border: 1px solid;
}

/* CUSTOM CASINO PAGE */
/* MAKE CUSTOM WIDTH ON CONTENT */
.review-template-default #main-content .container {
  max-width: 1280px;
  padding-bottom: 40px;
  padding-top: 25px !important;
}
.review-template-default .et_pb_row {
  width: 100% !important;
  padding: 2% 0;
}
.review-template-default .et_pb_row:first-child {
  padding-top: 0px !important;
}
.review-template-default .et_pb_section {
  padding: 0 !important;
}

.slot_providers {
  padding-top: 5px !important;
}
.slot_providers h2 {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
.slot_providers .active-slot-providers {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.slot_providers .active-slot-providers .slot_provider_column {
  width: 24%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 981px) {
  .slot_provider_column {
    width: 48% !important;
  }
}
/* CUSTOM GREEN BTN */
.green_btn {
  color: #fcfcfc !important;
  background: #79e42f;
  border-width: 1px !important;
  border-color: #68d619;
  font-size: 20px;
}
.green_btn:hover {
  background-color: #79e42f !important;
  border-width: 1px !important;
  border-color: #68d619 !important;
}

.casino-left-area {
  float: left;
  width: 74%;
  margin-right: 1%;
  padding: 0px 15px;
}
.casino-left-area article {
  margin-bottom: 15px !important;
}
.casino-left-area article .et_pb_row:last-child {
  padding-bottom: 0px !important;
}

.casino-right-area {
  float: right;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.casino-right-area .inner-container {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}
.casino-right-area .inner-container .title {
  width: 35%;
  display: inline-block;
  font-weight: bold;
}
.casino-right-area .inner-container .claim_btn {
  display: block;
  text-align: center;
  margin: 4px auto;
  color: #fcfcfc !important;
  background: #79e42f;
  border-width: 1px !important;
  border-color: #68d619;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  font-family: LeaugeGothic;
}
.casino-right-area .inner-container .claim_btn:hover {
  background-color: #79e42f !important;
  border-width: 1px !important;
  border-color: #68d619 !important;
}
.casino-right-area .inner-container .stars {
  color: #fdcc0d;
}

.casino-table-outer {
  width: 100%;
}

/* MOBILE CASINO LAYOUT */
@media (max-width: 980px) {
  .slot_providers .et_pb_column.et_pb_column_1_4.et_pb_column_2 {
    width: 100% !important;
  }
  .casino-left-area {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .casino-right-area {
    width: 100%;
  }
}
/* CUSTOM CASINO PAGE */
.single-review .hero-section {
  background-image: url("/wp-content/uploads/2017/11/fantasy-wallpaper-21.jpg");
  display: flex;
  align-items: center;
  position: relative;
}
.single-review .hero-section .et_pb_container {
  margin: 0 auto;
}
.single-review .hero-section::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-review .hero-section .et_pb_slide_description {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.single-review .hero-section .et_pb_slide_description .green_btn {
  color: #fcfcfc !important;
  background-color: #79e42f !important;
  border-width: 1px !important;
  border-color: #68d619 !important;
}
.single-review .hero-section .et_pb_slide_description .green_btn:hover {
  background-color: #79e42f !important;
  border-width: 1px !important;
  border-color: #68d619 !important;
}
.single-review .hero-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  z-index: 2;
}

.claim-bonus-post {
  border: 2px solid #8ed65c;
  display: inline-block;
  min-width: 200px;
  width: auto;
  line-height: 30px;
  color: #8ed65c !important;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}

/* NEW BLOG DESIGN */
.single-post .post_header {
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-post .post_header::before {
  content: " ";
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.single-post .post_header .inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.single-post .post_header .inner h2 {
  font-size: 46px;
  font-weight: 300;
  text-align: center;
}
.single-post .post_header .meta-data {
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-width: 640px;
  margin: 0 auto;
}
.single-post .post_header .meta-data .header {
  text-align: center;
  font-size: 12px;
  height: 20px;
  margin-bottom: 3px;
  color: #ffbd36;
}
.single-post .post_header .meta-data .meta-data-items {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.single-post .post_header .meta-data .meta-data-items .categories .content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-post .post_header .meta-data .meta-data-items .post-date {
  font-size: 12px;
}
.single-post .post_header .meta-data .meta-data-items .post-date .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post .post_header .meta-data .meta-data-items .post-date .content div {
  height: 18px;
  display: flex;
  align-items: center;
}
.single-post .post_header .meta-data .meta-data-items .post-date .content div i {
  margin-right: 10px;
}
.single-post .post_header .meta-data .tags .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}
.single-post .post_header .meta-data .tags .content .tag {
  background-color: #1c1c1c;
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 12px;
  color: #fff;
}
.single-post #left-area {
  margin-top: 24px;
  width: 100% !important;
  padding-right: 0px !important;
}
.single-post .container {
  padding-top: 0px !important;
  max-width: 1200px;
}
.single-post .container .entry-content {
  width: 70%;
  padding-right: 15px;
  float: left;
}
.single-post .container .entry-content .et_pb_section_0 {
  padding-top: 0px !important;
}
.single-post .container .entry-content .et_pb_section_0 .et_pb_row {
  padding-top: 0px !important;
}
.single-post .container .sidebar_right_blog {
  width: 30%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.single-post #comment-wrap {
  padding-top: 75px;
  float: left;
  width: 100%;
}

@media (max-width: 980px) {
  .single-post #left-area {
    padding-top: 0px !important;
  }
  .single-post #page-container {
    padding-top: 80px !important;
  }
  .single-post .post_header .inner h2 {
    font-size: 38px;
    padding: 0px 10px;
  }
  .single-post .container {
    width: 90%;
    padding-top: 0px !important;
    max-width: 1200px;
  }
  .single-post .container .mobile-flex {
    display: flex;
    flex-direction: column;
  }
  .single-post .container .mobile-flex .entry-content {
    width: 100%;
    padding-right: 0px;
    float: none;
    order: 2;
  }
  .single-post .container .mobile-flex .sidebar_right_blog {
    display: none;
  }
}
/* Related post ( functions.php ) used in single.php */
.related_posts {
  float: left;
  height: auto;
  width: 100%;
}
.related_posts .related_title {
  font-size: 28px;
  margin-bottom: 15px;
}
.related_posts .related_post_single {
  width: 31%;
  text-align: center;
  float: left;
  background-color: #1c1c1c;
  margin-right: 3%;
  border-radius: 5px;
  border: 1px solid #161616;
  height: auto;
  overflow: hidden;
}
.related_posts .related_post_single:last-of-type {
  margin-right: 0px;
}
.related_posts .related_post_single .inner {
  width: 80%;
  margin: 0 auto;
  background: lime;
}
.related_posts .related_post_single .inner .related_image {
  width: 100%;
  height: 150px;
  background-size: cover;
  margin: 0px auto 10px auto;
  margin-bottom: 10px;
}
.related_posts .related_post_single .inner .post_title {
  padding: 10px;
}

/* BLOG POST MOBILE LAYOUT */
@media (max-width: 980px) {
  .related_posts .related_post_single {
    margin-bottom: 20px;
    margin-top: 25px;
    width: 100% !important;
    height: auto;
  }
  .related_posts .related_post_single .inner .related_image {
    margin-bottom: 0px;
  }
  .related_posts .related_post_single .inner .post_title {
    padding: 15px;
  }
}
/* SINGLE-SLOT.PHP */
.single-slot #main-content {
  padding-bottom: 30px;
}
.single-slot #main-content .container {
  padding-top: 25px !important;
}
.single-slot #left-area {
  width: 70% !important;
  float: left !important;
  padding: 0px !important;
}
.single-slot #left-area .slot_showcase {
  margin-top: 15px;
}
.single-slot #left-area .et_pb_row:first-of-type {
  padding: 0px !important;
}
.single-slot #left-area .et_pb_section:first-of-type {
  padding: 0px !important;
}
.single-slot #left-area .et_pb_section .et_pb_row {
  width: 100%;
  padding: 10px 0px;
}
.single-slot #left-area .et_pb_section .et_pb_row h2:first-of-type {
  margin-top: 0px;
}
.single-slot #right-area {
  width: 28%;
}
.single-slot #right-area .quick-facts {
  font-size: 14px;
}
.single-slot #right-area .quick-facts .info-title {
  width: 35%;
  display: inline-block;
  font-weight: bold;
}
.single-slot #right-area .slot-casinos .casino {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-slot #right-area .slot-casinos .casino img {
  width: 150px;
  height: auto;
}
.single-slot #right-area .slot-casinos .casino .play {
  background: #79e42f;
  padding: 10px 15px;
  width: auto;
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  margin: 0px auto;
  animation: pulse 2s infinite;
}
.single-slot #right-area .slot-casinos .view-all {
  font-size: 12px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.single-slot #right-area .claim_button {
  background: #79e42f;
  padding: 15px 15px;
  width: auto;
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  margin: 0px auto;
  animation: pulse 2s infinite;
}

@media (min-width: 980px) {
  .single-slot #page-container {
    padding-top: 112px !important;
  }
}
@media (max-width: 720px) {
  .single-slot #main-content .container {
    padding-top: 0px !important;
  }
  .single-slot #content-area {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .single-slot #left-area {
    width: 100% !important;
  }
  .single-slot #right-area {
    width: 100%;
    float: left;
  }
}
.home .et_pb_section_1 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-size: 136%;
}
@media (max-width: 981px) {
  .home .home-casino-of-month .widgettitle {
    display: none;
  }
}

.single-countries {
  background-color: #292929;
}
.single-countries .header-section {
  background-image: url("/wp-content/uploads/2023/07/bar-casino.jpg");
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
.single-countries .header-section::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-countries .header-section .container {
  position: relative;
  z-index: 2;
  padding-top: 0px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.single-countries .header-section .container .left {
  display: flex;
  gap: 15px;
}
.single-countries .header-section .container .left .logo {
  width: 150px;
}
.single-countries .header-section .container .right .row {
  display: flex;
  border-bottom: 1px solid #fff;
}
.single-countries .header-section .container .right .row div {
  width: 50%;
}
.single-countries .content .container {
  padding-top: 24px !important;
}
.single-countries .content .container .section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media screen and (max-width: 980px) {
  .single-countries .header-section .container {
    grid-template-columns: 1fr;
  }
  .single-countries .header-section .container .left {
    justify-content: center;
    flex-direction: column;
  }
  .single-countries .header-section .container .left .logo {
    width: 120px;
  }
  .single-countries .header-section .container .right {
    margin-top: 10px;
  }
}
.page-template-page-seo .et_pb_post .entry-content, .page-template-page-freespins .et_pb_post .entry-content {
  padding-top: 0px;
}
.page-template-page-seo .et_pb_slide_overlay_container, .page-template-page-freespins .et_pb_slide_overlay_container {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.page-template-page-seo .et_pb_slide_description .et_pb_slide_title, .page-template-page-freespins .et_pb_slide_description .et_pb_slide_title {
  font-family: LeaugeGothic;
  color: #ffbd36 !important;
  letter-spacing: 3px;
}
.page-template-page-seo #left-area, .page-template-page-freespins #left-area {
  width: 68%;
  display: inline-block;
  float: left !important;
  padding: 0 !important;
}
.page-template-page-seo #left-area .et_pb_post h2, .page-template-page-freespins #left-area .et_pb_post h2 {
  margin-top: 0px !important;
}
.page-template-page-seo #left-area .et_pb_section, .page-template-page-freespins #left-area .et_pb_section {
  padding: 0px;
  background-color: #3c3c3c;
}
.page-template-page-seo #left-area .et_pb_section .et_pb_row, .page-template-page-freespins #left-area .et_pb_section .et_pb_row {
  padding: 0px !important;
  width: 100%;
}
.page-template-page-seo #right-area, .page-template-page-freespins #right-area {
  margin-left: 2%;
  display: inline-block;
  width: 30%;
  float: left !important;
}
.page-template-page-seo #right-area h1, .page-template-page-seo #right-area h2, .page-template-page-seo #right-area h3, .page-template-page-seo #right-area h4, .page-template-page-seo #right-area h5, .page-template-page-seo #left-area h1, .page-template-page-seo #left-area h2, .page-template-page-seo #left-area h3, .page-template-page-seo #left-area h4, .page-template-page-seo #left-area h5, .page-template-page-freespins #right-area h1, .page-template-page-freespins #right-area h2, .page-template-page-freespins #right-area h3, .page-template-page-freespins #right-area h4, .page-template-page-freespins #right-area h5, .page-template-page-freespins #left-area h1, .page-template-page-freespins #left-area h2, .page-template-page-freespins #left-area h3, .page-template-page-freespins #left-area h4, .page-template-page-freespins #left-area h5 {
  font-family: LeaugeGothic;
  color: #ffbd36;
}

.category #main-content .container {
  padding-top: 15px !important;
}
.category #left-area .posts {
  margin: 15px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.category #left-area .posts .et_pb_post {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0px !important;
  background-color: #202020;
}
.category #left-area .posts .et_pb_post .post-image {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
}
.category #left-area .posts .et_pb_post .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  padding: 0px 10px;
}

@media (max-width: 767px) {
  .category #main-content .container {
    padding-top: 20px !important;
  }
  .category #left-area .posts {
    grid-template-columns: 1fr;
  }
  .category #left-area .posts .et_pb_post .title {
    height: auto;
    padding: 4px 10px;
  }
  .category .clearfix::after {
    display: none !important;
  }
  .category .pagination {
    display: flex;
    justify-content: space-between;
  }
  .category .pagination a {
    padding: 5px;
  }
}
.search #main-content .container {
  padding-top: 15px !important;
}
.search #left-area .posts {
  margin: 15px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.search #left-area .posts .et_pb_post {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0px !important;
  background-color: #202020;
}
.search #left-area .posts .et_pb_post .post-image {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
}
.search #left-area .posts .et_pb_post .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  padding: 0px 10px;
}

@media (max-width: 767px) {
  .search #main-content .container {
    padding-top: 20px !important;
  }
  .search #left-area .posts {
    grid-template-columns: 1fr;
  }
  .search #left-area .posts .et_pb_post .title {
    height: auto;
    padding: 4px 10px;
  }
  .search .clearfix::after {
    display: none !important;
  }
  .search .pagination {
    display: flex;
    justify-content: space-between;
  }
  .search .pagination a {
    padding: 5px;
  }
}
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
  background: none;
}

#main-content #et-boc .et_pb_slide_description {
  padding: 8% 4%;
}
#main-content #content-area {
  padding-bottom: 30px;
}
#main-content .et_pb_row {
  width: 100%;
}

.et_pb_section_video_bg .mejs-video {
  margin-top: -200px !important;
}

#top-menu li a {
  font-family: LeaugeGothic;
}

.et_pb_section,
#main-content {
  background-color: #292929 !important;
}

body {
  background-color: #292929 !important;
  color: #fff !important;
}

/* Sidebar */
.et_pb_widget_area_left {
  border-right: none !important;
}

.sister_sites .post-content p {
  display: none;
}

/* HEADER */
#main-header {
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  background-color: #931415 !important;
}
#main-header #top-menu li a {
  font-size: 23px !important;
  text-transform: uppercase !important;
  color: white;
  font-weight: 400;
}
#main-header #top-menu li.current-menu-item > a {
  border-bottom: 2px solid #ffc400;
}
#main-header #top-menu .sub-menu li a {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 981px) {
  .container {
    width: 95% !important;
  }
  .related-posts .related-post {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
    font-size: 40px;
  }
  .et-db #et-boc .et-l .et_pb_row {
    width: 100%;
  }
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
  #main-content .et_pb_row {
    width: 96% !important;
  }
}
.autocomplete-category {
  padding: 4px 8px;
  font-weight: bold;
  background-color: #f1f1f1;
}