h1.single-posts {
  padding: 0 22px;
}
h2 {
  font-weight: normal;
  color: #7f7f7f;
  padding: 0 22px;
  margin: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
h2 span {
  color: #303030;
  font-weight: bold;
}
hr {
  border: 0;
  border-top: 1px #e8e8e1 solid;
}
.post-content {
  padding: 22px 0;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.text-content p {
  margin: 0;
  margin-bottom: 15px;
}
.text-content h2 {
  margin-top: 5px;
}
.text-content p,
.text-content h3,
.text-content h4,
.text-content h5 {
  padding: 0 22px;
}
.text-content p.bonus-warning {
  line-height: normal;
  font-size: 12px;
  padding: 20px 50px;
  background-color: #fdfdfd;
}
.page-content .text-content p,
.page-content .text-content h3,
.page-content .text-content h4,
.page-content .text-content h5 {
  padding: 0;
}
.text-content img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
.text-content img.size-full {
  max-width: 100%;
  height: auto;
}
.text-content ul {
  margin: 0;
  margin-bottom: 15px;
}
.text-content ul li {
  position: relative;
  list-style: none;
  margin: 10px 0;
}
.text-content ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #b8b8b6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
.text-content iframe {
  width: 100%;
  height: 400px;
}
.btn.post-btn {
  margin: 15px 22px;
  width: auto;
  text-transform: none;
}
.lol {
  display: none;
}
.post-content__last-modified {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #b9b9b5;
}

@media screen and (max-width: 650px) {
  h1.single-posts {
    padding: 0 15px;
  }
  h2 {
    padding: 0 15px;
  }
  .wp-caption {
    padding: 0 15px;
  }
  h2 {
    font-weight: 600;
    color: #4d4c48;
    padding: 0 15px;
    font-size: 15px;
    line-height: 17px;
  }
  h2 span {
    color: #4d4c48;
    font-weight: 600;
  }
  .post-content {
    background-color: transparent;
    padding: 0;
  }
  .text-content p,
  .text-content h3,
  .text-content h4,
  .text-content h5,
  .page-content .text-content p,
  .page-content .text-content h3,
  .page-content .text-content h4,
  .page-content .text-content h5 {
    padding: 0 15px;
  }
  .text-content iframe {
    height: 300px;
  }
  .text-content .content-block {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .text-content h2 {
    position: relative;
    background-color: #fff;
    margin: 0;
    margin-top: 10px;
    padding: 15px;
    padding-right: 30px;
  }
  .text-content h2::after {
    position: absolute;
    font-family: "Sportbet";
    content: "\e903";
    right: 15px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: normal;
    color: #7f7f7f;
    font-size: 14px;
    padding: 0;
  }
  .text-content h2.close::after {
    content: "\e900";
  }
  blockquote p {
    padding: 0 !important;
    padding-left: 0 !important;
  }
  blockquote p::before {
    height: auto;
    bottom: auto;
    top: -50px;
    z-index: 0;
  }
  blockquote p span {
    position: relative;
  }
}

/* Share Block */
.share-block {
  margin: 0 22px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e8e8e1;
  display: flex;
  flex-direction: row;
}
.sb-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: auto 0;
  margin-right: 15px;
}
.sb-buttons a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  text-align: center;
  line-height: 32px;
}
.sb-buttons a:last-child {
  margin-right: 0;
}
.sb-buttons a::before {
  font-family: "Sportbet";
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 5px;
}
.sb-buttons a.facebook::before {
  content: "\e906";
  background-color: #3b5997;
}
.sb-buttons a.twitter::before {
  content: "\e90c";
  background-color: #20a1f1;
}
.sb-buttons a.whatsapp::before {
  content: "\e91f";
  background-color: #77ca6a;
}
.sb-buttons a.telegram::before {
  content: "\e91e";
  background-color: #28a0da;
}
.sb-buttons a.viber::before {
  content: "\e920";
  background-color: #7e3daf;
}
.sb-text {
  margin: auto 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #303030;
}
@media screen and (max-width: 650px) {
  .share-block {
    margin: 0;
    margin-top: 10px;
    flex-direction: column-reverse;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    border: 0;
  }
  .sb-buttons,
  .sb-text {
    margin: auto;
  }
  .sb-text {
    margin-bottom: 15px;
  }
}
