.have-sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.have-sidebar .text-content {
  width: 74%;
  margin-right: 1%;
}
.have-sidebar .sidebar {
  width: 24%;
  margin-left: 1%;
}
.sc-title {
  display: none;
}
.header-single-pc {
  min-height: 500px;
}
.single-header {
  min-height: 350px;
  background-color: #191a26;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: exclusion;
}
.single-header img {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .single-header .single-header__bk-bg img {
    display: none;
  }
}
.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 26, 38, 0.76);
  z-index: 1;
}
.single-header .container,
.single-header .container::after {
  background-color: transparent;
  z-index: 2;
}
.white-space-container.breadcrumbs {
  background-color: #232433;
  margin-bottom: 0;
}
#breadcrumbs {
  min-height: 75px;
  padding: 5px 0;
  padding-left: 30px;
  color: #838491;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #232433;
}
#breadcrumbs a {
  color: #838491;
}
#breadcrumbs strong {
  font-weight: 500;
}
.breadcrumb_last {
  color: #838491;
}
.inverse-color #breadcrumbs {
  color: #b3b3b3;
  background-color: #f7f7f7;
}
.inverse-color #breadcrumbs a {
  color: #b3b3b3;
}
.inverse-color .white-space-container.breadcrumbs {
  background-color: transparent;
}
.single-header-meta {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 20%;
  top: 10px;
  color: #838491;
  text-align: center;
}
.shm-views,
.shm-likes,
.shm-comments {
  display: inline;
  margin: 0 5px;
}
.single-header-meta i::before {
  color: #00e676;
  margin-right: 10px;
}
.shm-comments a {
  color: #838491;
}
.news-date {
  color: #838491;
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 10px;
  font-size: 16px;
}
.news-date i::before {
  color: #00e676;
  margin-right: 10px;
}
.single-categories {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  /*    width: 80%;*/
}
.single-categories .single-cat {
  display: inline-block;
  margin: 0 7px;
  margin-bottom: 10px;
}
.single-categories .single-cat a {
  background-color: #191a26;
  border: 1px #838491 solid;
  border-radius: 10px;
  padding: 3px 10px;
  color: #838491;
  display: block;
  font-size: 12px;
}
h1,
.h1 {
  color: #fff;
  font-size: 26px !important;
  font-weight: 600;
}
.inverse-color h1 {
  color: #191a26;
}
img.aligncenter,
img.alignnone {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}
.wp-caption {
  margin: 10px;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
img.size-full,
.wp-caption {
  max-width: 100%;
  height: auto;
  background-color: #191a26;
  padding: 10px;
}
img.size-full {
  padding: 0;
}
.wp-caption-text {
  color: #fff;
  font-weight: 500;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0px 20px 20px;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  text-align: center;
  margin: 10px auto;
  clear: both;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.the-content {
  background-color: #fff;
  padding: 0 20px;
  float: left;
  width: 100%;
  min-height: 500px;
}
blockquote {
  background-color: #292b3e;
  color: #e6e6e6;
  padding: 25px 50px;
  font-size: 1.24rem;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  max-width: 700px;
  /* border-radius: 10px; */
  margin: 15px auto;
}
blockquote p {
  padding: 15px;
  padding-left: 100px;
  background-color: #242535;
  position: relative;
  margin: 0;
  text-align: left !important;
}
blockquote p::before {
  content: "\e85a";
  font-family: "Sportotvet";
  font-size: 50px;
  position: absolute;
  left: 25px;
  top: 0;
  color: #00e676;
  line-height: 1.2;
}
blockquote::before,
blockquote::after {
  font-family: "Sportotvet";
  position: absolute;
  font-size: 35px;
  z-index: 1;
}
blockquote::before {
  content: "\e244";
  top: 5px;
  left: 5px;
}
blockquote::after {
  content: "\e244";
  bottom: 5px;
  right: 5px;
}
.blockquote-block {
  line-height: 1.8;
  font-style: italic;
  color: #737373;
  background-color: #f5f5f5;
  border-left: 2px #02de73 solid;
  padding: 20px;
  margin: 20px 0;
  display: flex;
}
.blockquote-block strong {
  display: contents;
}
.responsive-table {
  width: 100%;
}
.responsive-table th,
.responsive-table td {
}
.com-title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  margin: 10px 0;
}
.text-content a.lightbox {
  border-bottom: 0;
}
/*-------------Likes-------------*/
.like-tags-block {
  background-color: #ffffff;
  border: 1px #bdbdbd solid;
  padding: 20px;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.likes-box {
  width: 280px;
  flex: none;
  position: relative;
}
.lb-title {
  font-size: 20px;
  font-weight: 500;
}
.lb-buttons {
  line-height: 40px;
  margin-top: 15px;
}
.lb-buttons .lb-btn {
  padding: 8px 10px;
  background-color: #ffffff;
  color: #191a26;
  padding-right: 0;
  border: 1px #ccc solid;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 25px;
  display: block;
  width: 130px;
  float: left;
  line-height: normal;
  padding-top: 6px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.lb-buttons .lb-count {
  margin-left: 24px;
  background-color: #efefef;
  color: #191a26;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 0;
  border-radius: 0px 25px 25px 0px;
  right: -1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  height: 100%;
  line-height: 37px;
  width: 40px;
  opacity: 1;
  text-align: center;
}
.lb-buttons .lb-btn::before {
  font-family: "Sportotvet";
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
#btn-like {
}
#btn-dislike {
}
#btn-like::before {
  content: "\e8dc";
  color: #00e676;
}
#btn-dislike::before {
  content: "\e8db";
  color: #ff4545;
}
.btn-b {
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
}
.btn-b span {
  display: inline;
}

/*-------------Tags-------------*/
.tags-box {
  width: 100%;
  padding: 20px;
  border-left: 1px #bdbdbd solid;
}
.tags-box a {
  text-transform: capitalize;
  background-color: transparent;
  padding: 7px 22px;
  margin: 8px;
  display: inline-block;
  border-radius: 15px;
  border: 1px #ccc solid;
  font-size: 12px;
  color: #191a26;
}

/*-------------Titles-----------*/
.rc-title {
  color: #191a26;
  font-size: 1.71rem;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
/*-------------Comments layout-----------*/
#comments .c-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments-container {
  width: 70%;
}
.comments-sidebar {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .comments-container {
    width: 100%;
  }
  .comments-sidebar {
    width: 100%;
  }
}
/*-------------Recommend Block-----------*/
.rec-post-block {
  margin-top: 60px;
  background-color: #fff;
  box-shadow: 3px 0px 35px rgba(0, 0, 0, 0.13);
  padding: 15px;
  border-radius: 10px;
}
.rpb-title {
  font-size: 18px;
  font-weight: 500;
}
.rec-post {
  margin: 20px 0;
  border-top: 1px #f3f3f3 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rec-post-title {
  width: 100%;
  padding: 5px 0;
}
.rec-post-title a {
  font-size: 14px;
  font-weight: 500;
}
.rec-post-image {
  text-align: center;
  width: 48%;
  margin-right: 2%;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.rec-post-image img {
  background-color: #efefef;
  border-radius: 5px;
  max-width: 100%;
  position: absolute;
  /* width: 100%; */
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.rec-post-image a {
  display: block;
}
.rec-post-button {
  /* max-width: 80%; */
  margin: auto;
  width: 45%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  height: 100%;
}
.rec-post-button a {
  text-align: center;
  padding: 7px 0;
  line-height: normal;
  font-size: 12px;
}
.rec-post-button span {
  opacity: 0.7;
  margin-bottom: auto;
  margin-top: 0;
}
.rec-post-button span i::before {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1250px) {
  h1,
  .h1 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .article-container h1 {
    padding: 35px 0;
  }
  .inverse-color h1 {
    padding: 0;
  }
  .single-header {
    min-height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bk-header,
  .bbh-buttons,
  .bbh-image,
  .bah-image,
  .bah-buttons {
    text-align: center;
  }
  .bbh-buttonsm,
  .bbh-image,
  .bah-image {
    margin: 5px 0;
  }
  .bbh-buttons .btn {
    padding: 8px 0px;
    display: inline-block;
    width: 130px;
    line-height: normal;
    margin: 0 5px;
  }
  .bbh-image {
    order: 3;
  }
  .bbh-center {
    order: 2;
  }
  .sc-title {
    display: block;
    color: #fff;
    font-weight: 500;
  }
  .single-categories {
    background-color: #232433;
    width: 100%;
    padding: 10px;
    box-shadow: inset 0 0 12px #0003;
    border-top: 1px #303144 solid;
    border-bottom: 1px #303144 solid;
    position: relative;
    margin-top: 15px;
  }
  .single-categories .single-cat {
    display: inline-block;
    margin: 2px 10px 2px 0;
  }
  .single-categories .single-cat a {
    background-color: transparent;
    font-size: 12px;
    padding: 3px 0;
    display: block;
    border: 0;
    color: #ccc;
    border-radius: 0;
    text-decoration: underline;
  }
  .single-categories {
    margin-bottom: 0;
  }
  .single-header-meta {
    width: 50%;
    right: 15px;
    text-align: right;
    top: 0;
    position: relative;
    float: right;
    margin: 5px 0;
  }
  .news-date {
    position: relative;
    width: 50%;
    left: 15px;
    top: 0;
    float: left;
    margin: 5px 0;
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 20px !important;
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .like-tags-block {
    flex-wrap: wrap;
  }
  .likes-box {
    float: none;
    margin: auto;
  }
  .lb-title {
    text-align: center;
  }
  .lb-buttons {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .tags-box {
    width: 100%;
    border: 0;
    clear: both;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .have-sidebar .text-content,
  .have-sidebar .sidebar {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  blockquote {
    padding: 27px;
  }
  blockquote p {
    padding: 15px;
    font-size: 14px;
  }
  blockquote p::before {
    display: none;
  }
  blockquote::before,
  blockquote::after {
    font-size: 25px;
  }
}
@media screen and (max-width: 425px) {
  .single-header-meta {
    text-align: center;
  }
}

.single-header .c-container {
  position: relative;
  z-index: 1;
}
