/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: glob
 * Version: 1.0.1
 */

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
.breadcrumbs-wrapper {
  margin: 25px auto 0 auto;
  font-size: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: #fff;
  padding: 15px 22px;
}
.widget-title,
.block-title {
  display: block;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
}

.entry-title.page-title > span {
  display: block;
  font-size: 28px;
}
.entry-content,
div#ez-toc-container ul li {
  font-size: 18px;
}
.entry-content a,
.entry-content a:visited {
  color: #fa4c2a;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  color: #494949;
}

blockquote {
  border-radius: 5px;
  margin: 0 1.5em 1.3em;
}
blockquote p {
  font-size: 19px;
  margin: 0;
  border-left: 5px solid #666;
  padding-left: 10px;
}
.post-list .featured-image {
  float: none;
  width: 100%;
  margin-right: 30px;
}
.post-list .post-right {
  margin-left: 0;
  overflow: hidden;
}
#secondary {
  width: 32%;
  padding: 10px;
}
#primary {
  width: 67%;
  padding: 15px 10px;
}

#secondary,
#primary {
  background: #fff;
}
.header-breaking {
  background: #fff;
}

@media (max-width: 480px) {
  #secondary,
  #primary {
    width: 100%;
  }
  .site-content {
  }
}
@media (max-width: 899px) and (min-width: 544px) {
  .widget {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .sidebar {
    margin-top: 0;
  }
}

.dogecoin-game-col {
  background-image: url("/wp-content/uploads/2022/12/dogecoin-doge-logo-opacity.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 150px;
}

.dogecoin-game-col-title {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px;
  padding: 10px 60px 10px;
}

.dogecoin-game-col-title.roullete {
  background-image: url("/wp-content/uploads/2022/12/005-roulette.png");
}

.dogecoin-game-col-title.slots {
  background-image: url("/wp-content/uploads/2022/12/030-jackpot.png");
}

.dogecoin-game-col-title.craps {
  background-image: url("/wp-content/uploads/2022/12/015-dice.png");
}

.dogecoin-game-col-title.poker {
  background-image: url("/wp-content/uploads/2022/12/007-card.png");
}

.dogecoin-game-col-title.blackjack {
  background-image: url("/wp-content/uploads/2022/12/050-spade.png");
}

.citation {
  background-color: #ceff0054;
  padding: 15px 10px;
  border: 2px solid #555;
  position: relative;
}

.citation::before,
.citation::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.citation::before {
  background-image: url("/wp-content/uploads/2022/12/inverted-commas-open.png");
  top: -22px;
  left: -7px;
}

.citation::after {
  background-image: url("/wp-content/uploads/2022/12/inverted-commas-close.png");
  bottom: -29px;
  right: -15px;
}

.positiv-list,
.negativ-list,
.facts-list,
.tips-list,
.safe-list, 
.checked-list {
  list-style: none;
  padding-left: 10px;
 margin-left: 0 !important;
}

.positiv-list li,
.negativ-list li,
.facts-list li,
.tips-list li{
  background-repeat: no-repeat;
  background-position: left 5px; /*left 20px;*/
  padding-left: 30px;
  background-size: 20px;
}
.safe-list li, 
.checked-list li {
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left: 38px;
  background-size: 20px;
}

.facts-list li {
  background-image: url("/wp-content/uploads/2022/12/check-box.png");
}

.tips-list li {
  background-image: url("/wp-content/uploads/2022/12/about.png");
}

.positiv-list li {
  background-image: url("/wp-content/uploads/2022/12/add.png");
}

.negativ-list li {
  background-image: url("/wp-content/uploads/2022/12/minus.png");
}
.safe-list li {
  background-image: url("/wp-content/uploads/2023/01/safe-sheld.png");
}
.checked-list li {
  background-image: url("/wp-content/uploads/2023/01/checked.png");
}

.step-list {
  list-style: none;
  padding: 0 10px 0;
}

.step-list li {
  counter-increment: step;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

.step-list li::before {
  content: counter(step) " ";
  color: #75b900;
  font-weight: 700;
  font-size: 20px;
  background-image: url("/wp-content/uploads/2022/12/down-arrow.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  background-size: 40px;
  position: absolute;
  padding-right: 27px;
  top: -2px;
  left: -5px;
}

ol.round-numbers-start {
   counter-reset: roundnumber;
}
ol.round-numbers {
  list-style: none;
  margin-left: 12px;
}
.round-numbers li {
  counter-increment: roundnumber;
  margin:10px 0;
  position: relative;
}
.round-numbers li::before {
  content: counter(roundnumber); 
  border:2px solid black;
  border-radius:50%;
  display: inline-block; 
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  left: -48px;
  top: 0px;
  font-weight: 700;
  line-height: 1.7;
} 

.boneta-table-line-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0 1px 3px 0px #dbd7d7;
}

.boneta-table-line-logo {
  min-width: 100px;
  width: 25%;
  position: relative;
  text-align: center;
}

.rating_num {
  position: absolute;
  background-color: #8baa06;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boneta-table-line-title {
  font-weight: 600;
}

.boneta-table-line-bonus {
  background-color: #ffd7005e;
  padding: 10px 15px;
  max-width: 270px;
  margin-top: 10px;
  border-radius: 5px;
}

.boneta-table-line-terms {
  width: 50%;
}

.boneta-table-line-terms-wrap {
  padding-left: 30px;
}

.boneta-table-line-btn {
  width: 20%;
}

.boneta-table-line-btn button {
  color: #fff;
}

.boneta-table-line-logo-img {
  width: 125px;
}

.boneta-table-line-logo-wrap {
  background: linear-gradient(to top, #eee, #f9f9f9, #f7f2f2, #eaeaea);
  border-radius: 5px;
}

.main-navigation {
  margin-right: 0;
}

@media (max-width: 1055px) {
  .boneta-table-line {
    max-width: 440px;
    margin: 0 auto;
  }

  .boneta-table-line-logo,
  .boneta-table-line-terms,
  .boneta-table-line-btn {
    width: 90%;
  }

  .boneta-table-line-terms {
    display: flex;
    justify-content: center;
  }

  .boneta-table-line-bonus {
    max-width: 300px;
  }

  .boneta-table-line-wrap {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .boneta-table-line-terms-wrap {
    margin: 20px;
    padding-left: 0;
  }
}

.pros-list {
  list-style-image: url(/wp-content/uploads/2023/01/check.png);
  margin-top: 20px;
  padding-left: 10px;
}

.cons-list {
  list-style-image: url(/wp-content/uploads/2023/01/cross.png);
  margin-top: 20px;
  padding-left: 10px;
}

.ethereum-col .wp-block-column {
  background-image: url(/wp-content/uploads/2023/01/ethereum-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 150px;
}

.img-m {
  margin-bottom: 15px;
}

.col-marg, .text-marg {
  margin-bottom: 5px;
}

.cardano-col .wp-block-column {
  background-image: url(/wp-content/uploads/2023/01/cardano-ada-logo-opacity.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 150px;
}
.table-wo-borders table {
  border: none;
}
.table-wo-borders td {
  padding: 3px;
  border: none;
}
.cons-inline img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.table-inline-pic table,
.table-inline-pic td {
  border: none;
}
.table-inline-pic img {
  min-width: 50px;
}

body { 
  counter-reset: rating_number; 
}
.rating_number {
  position: absolute;
  background-color: #8baa06;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating_number::after {
  counter-increment: rating_number;
  content: counter(rating_number);
}
/* 16-03-23 upd */
.casino-custom-advanc-card{
  padding: 10px;
  background-color: black;
  border-radius: 20px;
  color: white;
  box-shadow: inset 0 0 6px 1px #939393;
  margin: 1em auto;
}
.casino-custom-advanc-card-inner-row{
  margin: 0;
  border-bottom: 1px solid #444;
  gap: 0em;
}
.casino-custom-advanc-card-inner-row p {
  margin-bottom: 0.2em;
}
.casino-custom-advanc-card .casino-custom-advanc-card-inner-row:last-of-type{
  border-bottom: unset;
}
.casino-custom-advanc-card-inner-row > div:nth-child(2) > p{
  font-size: 13px;
}
.casino-custom-advanc-card-inner-row > div:nth-child(1) > p {
  color: #a7f00a;
}
.casino-custom-advanc-card-inner-row > div:nth-child(1) {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
@media screen and (max-width: 781px){
  .casino-custom-advanc-card-inner-row > div{
    padding-left: 0.5em !important;
  }
}
@media (max-width: 899px) {
  .container {
    padding: 0 5px;
  }
}

.theme-table ul {
  list-style: none;
  margin: 0 !important;
  padding-left: 0;
}
.theme-table ul li {
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 25px;
  background-size: 18px;
  background-image: url("/wp-content/uploads/2022/12/check-box.png");
  margin-bottom: 5px;
  text-align: left;
}
.theme-table ul li:last-child {
  margin-bottom: 0;
}
.theme-table thead {
  background: #222;
}
.wp-block-table.theme-table td, .wp-block-table.theme-table th {
  border: 1px solid #222;
  padding: 0.3em;
  font-size: .85em;
}
.theme-table thead tr td, .theme-table thead tr th {
  color: #fff;
  border: 1px solid #222;
  text-transform: uppercase;
  font-size: .85em;
  vertical-align: top;
}