/*
Theme Name: Casino Tsar Child
Theme URI: ogooga
Template: Tsar
Author: Underscores.me
Author URI: Ogooga devs
Description: Wsar clean
Tags: 
Version: 1.0.0.1605808573
Updated: 2023-01-12 13:04:00

*/

#casino-nav.wp-casino-nav {
  top: 46px !important;
}

#casino-nav .search-container form .search-submit.search-submit-mobile {
  display: inline;
  font-size: 12px;
}

#top-navigation.mobile-search-container {
  position: static;
  padding: 0px;
  background: transparent;
  margin-top: 10px;
}
#top-navigation .search-container form input.search-field-mobile {
  border-bottom: 1px solid white;
  padding: 3px;
  font-size: 12px;
}
@media screen and (max-width: 1199px){
  #casino-nav.casino-nav {
    top: 96px;
  }
}
@media screen and (max-width: 991px){
  #top-navigation:not(.mobile-search-container) {
    display: none;
  }
  #casino-nav .nav-link {
    padding: 0px;
  }
  #casino-nav .nav-item {
    padding-bottom: 8px;
  }
  #casino-nav .search-links .nav-link {
    padding-bottom: 8px;
  }
}

.ff--roboto {
  font-family: "Roboto", sans-serif;
}

.ff--segoe {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.fs--lg--24 {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--24 {
    font-size: 24px;
  }
}

.fs--lg--20 {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--20 {
    font-size: 20px;
  }
}

.fs--lg--16 {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--16 {
    font-size: 16px;
  }
}

.fs--md--14 {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .fs--md--14 {
    font-size: 16px;
  }
}

.fs--14 {
  font-size: 14px;
}

.c--yellow {
  color: #f4bc1b;
}

.c--white {
  color: #fff;
}

.c--black {
  color: #5b5b5b;
}

h1 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

* {
  padding: 0px;
  margin: 0px;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topbar__icon__ctn {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.topbar svg {
  color: #fff;
  width: 16px;
}

@media screen and (max-width: 1200px) {
  .topbar {
    display: none;
  }
}

.topbar__ctn {
  background-color: #b5443f;
}

.navbar {
  font-family: "Roboto", sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#171717),
    to(#3d3d3d)
  );
  background: linear-gradient(#171717 0%, #3d3d3d 100%);
}

.navbar .navbar-brand {
  width: 180px;
}

.navbar .navbar-toggler {
  border: 1px solid #fff;
  padding: 3px;
}

.navbar .navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-color: #fff;
  margin: 5px;
  width: 20px;
  height: 2px;
}

.navbar .nav-item {
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item {
    font-size: 13px;
  }
}

.jumbotron {
  background-size: cover;
  border-radius: 0px;
  padding: 20px 0px;
  color: #fff;
}

.jumbotron ul {
  list-style: none;
  /* Remove default bullets */
}

.jumbotron ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f4bc1b;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media screen and (min-width: 768px) {
  .bonus .bonus__rating__ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__text__ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bonus .bonus__text__ctn .btn--green {
    margin-left: 20px;
  }
}

.bonus .bonus__card {
  position: relative;
  padding: 20px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 576px) {
  .bonus .bonus__card {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__card {
    border-radius: 50px;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 360px) {
  .bonus .bonus__votes {
    width: 30%;
    margin-right: 20px;
  }
}

.bonus .bonus__img img {
  width: 93px;
}

@media screen and (min-width: 360px) {
  .bonus .bonus__img img {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__img img {
    width: 100px;
  }
}

.bonus .bonus__text {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .bonus .bonus__text {
    text-align: left;
    margin: 0px;
  }
}

.bonus .fa-star {
  color: #f4bc1b;
  width: 7.5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.bonus .bonus__special {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e6a100),
    to(#ffd130)
  );
  background: linear-gradient(0deg, #e6a100 0%, #ffd130 100%);
  border-radius: 0px 10px 0px 0px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .bonus .bonus__special {
    border-radius: 10px 10px 0px 0px;
    width: 15%;
    left: 6%;
  }
}

@media screen and (min-width: 992px) {
  .bonus .bonus__special {
    width: 12%;
    left: 4%;
  }
}

.btn--green {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffd138;
  color: #3d3d3d;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .btn--green {
    padding: 10px 26px;
  }
}

.btn--green:hover {
  color: #3d3d3d;
}

.bonus-lp-v2 {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 20px;
  border-radius: 50px;
  max-widht: calc(100% - 20px);
  margin-bottom: 64px;
  position: relative;
}

.bonus-lp-v2__bonus__special {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  top: 0;
  right: 0;
  transform: translate(-100%, -100%);
  position: absolute;
  background: linear-gradient(#e05950 0%, #933331 100%);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
}

.bonus-lp-v2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bonus-lp-v2__logo {
  grid-column: 1 / 2;
}
.bonus-lp-v2__logo div {
  border: 1px solid #333;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bonus-lp-v2__rating {
  grid-column: 2 / 4;
}
.bonus-lp-v2__rating .a {
  fill: #ffd138;
}
.bonus-lp-v2__rating_rating {
  color: #ffd138;
  font-weight: bold;
  font-size: 20px;
}
.bonus-lp-v2__title {
  grid-column: 4 / 11;
}
.bonus-lp-v2__title h2 {
  color: #5b5b5b;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.bonus-lp-v2__button {
  grid-column: 11 / 13;
  height: 100%;
  align-items: end;
}
.bonus-lp-v2__button a {
  background: #ffd138;
  background: rgb(255, 237, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 237, 0, 1) 0%,
    rgba(231, 163, 2, 1) 100%
  );
  color: #fff !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .bonus-lp-v2-container {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .bonus-lp-v2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    border-radius: 8px;
    padding-bottom: 40px;
  }

  .bonus-lp-v2__logo {
    grid-column: unset;
    align-items: start !important;
  }
  /* .bonus-lp-v2__logo div{
            grid-column: unset;
            align-items: start;
        } */
  .bonus-lp-v2__rating {
    grid-column: unset;
  }
  .bonus-lp-v2__title {
    grid-column: 1/3;
  }
  .bonus-lp-v2__title h2 {
    grid-column: 1/3;
    font-size: 20;
  }
  .bonus-lp-v2__button {
    grid-column: unset;
    grid-column: 1/3;
  }
  .bonus-lp-v2__button a {
    background: #ffd138;
    background: rgb(255, 237, 0);
    background: linear-gradient(
      180deg,
      rgba(255, 237, 0, 1) 0%,
      rgba(231, 163, 2, 1) 100%
    );
    color: #fff !important;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 100%;
    max-height: 40px;
    border-radius: unset;
    text-align: center;
    border-radius: 5px;
  }

  .bonus-lp-v2__bonus__special {
    transform: unset;
    bottom: 0;
    top: unset;
  }
}

.ff--roboto {
  font-family: "Roboto", sans-serif;
}

.ff--segoe {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.fs--lg--24 {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--24 {
    font-size: 24px;
  }
}

.fs--lg--20 {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--20 {
    font-size: 20px;
  }
}

.fs--lg--16 {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .fs--lg--16 {
    font-size: 16px;
  }
}

.fs--md--14 {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .fs--md--14 {
    font-size: 16px;
  }
}

.fs--14 {
  font-size: 14px;
}

.c--yellow {
  color: #f4bc1b;
}

.c--white {
  color: #fff;
}

.c--black {
  color: #5b5b5b;
}

h1 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

* {
  padding: 0px;
  margin: 0px;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topbar__icon__ctn {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.topbar svg {
  color: #fff;
  width: 16px;
}

@media screen and (max-width: 1200px) {
  .topbar {
    display: none;
  }
}

.topbar__ctn {
  background-color: #b5443f;
}

.navbar {
  font-family: "Roboto", sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#171717),
    to(#3d3d3d)
  );
  background: linear-gradient(#171717 0%, #3d3d3d 100%);
}

.navbar .navbar-brand {
  width: 180px;
}

.navbar .navbar-toggler {
  border: 1px solid #fff;
  padding: 3px;
}

.navbar .navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-color: #fff;
  margin: 5px;
  width: 20px;
  height: 2px;
}

.navbar .nav-item {
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item {
    font-size: 13px;
  }
}

.jumbotron {
  background-size: cover;
  border-radius: 0px;
  padding: 20px 0px;
  color: #fff;
}

.jumbotron ul {
  list-style: none;
  /* Remove default bullets */
}

.jumbotron ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f4bc1b;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media screen and (min-width: 768px) {
  .bonus .bonus__rating__ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__text__ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bonus .bonus__text__ctn .btn--green {
    margin-left: 20px;
  }
}

.bonus .bonus__card {
  position: relative;
  padding: 20px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 576px) {
  .bonus .bonus__card {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__card {
    border-radius: 50px;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 360px) {
  .bonus .bonus__votes {
    width: 30%;
    margin-right: 20px;
  }
}

.bonus .bonus__img img {
  width: 93px;
}

@media screen and (min-width: 360px) {
  .bonus .bonus__img img {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .bonus .bonus__img img {
    width: 100px;
  }
}

.bonus .bonus__text {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .bonus .bonus__text {
    text-align: left;
    margin: 0px;
  }
}

.bonus .fa-star {
  color: #f4bc1b;
  width: 7.5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.bonus .bonus__special {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e6a100),
    to(#ffd130)
  );
  background: linear-gradient(0deg, #e6a100 0%, #ffd130 100%);
  border-radius: 0px 10px 0px 0px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .bonus .bonus__special {
    border-radius: 10px 10px 0px 0px;
    width: 15%;
    left: 6%;
  }
}

@media screen and (min-width: 992px) {
  .bonus .bonus__special {
    width: 12%;
    left: 4%;
  }
}

.btn--green {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffd138;
  color: #3d3d3d;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .btn--green {
    padding: 10px 26px;
  }
}

.btn--green:hover {
  color: #3d3d3d;
}

.bonus .btn.btn--green {
  background: linear-gradient(180deg,rgba(255, 237, 0, 1) 0%,rgba(231, 163, 2, 1) 100%);
  color: #fff !important;
  outline: none;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.author-post_section h3 {
  background: rgba(40,83,119,0.08);
  position: relative;
  clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  line-height: 20px;
  padding: 10px 0px;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
}
.author-post_section .author-post img {
  padding-right: 15px;
}
.author-post_section .author-post {
  line-height: 1.2;
}
.author-post_section .author-post a {
  color: #5B5B5B;
}
.author-post_section .author-post a:hover {
  color: #CC0000;
}
.author-post_section .author-post .meta-div {
  margin-top: 10px;
  font-size: 12px;
}
.author-block {
  background: rgba(40,83,119,0.08);
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 6px;
}
/* .author-block p {
  margin-bottom: 0px;
} */
.author-block img {
  margin-bottom: 12px;
  border-radius: 100%;
}
.author-block .social-icon svg {
  fill: #fff;
  width: 20px;
}
.author-block .social-icon.fb svg {
  width: 12px;
}
.author-block .social-icon.ig svg {
  width: 18px;
}
.author-block .social-icon {
  cursor: pointer;
  background: #b2bec3;
  color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
@media screen and (min-width: 576px) {
  .author-block img {
    margin-right: 15px;
  }
}