body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
}
@keyframes btn-fade {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .main {
  overflow: hidden;
}
body .main .blog-single {
  background: #fff;
  padding: 20px 0 60px;
}
body .main .blog-single .top-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
body .main .blog-single .top-area .back {
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  display: inline-block;
}
body .main .blog-single .top-area .back img {
  transform: scale(-1);
}
body .main .blog-single .top-area .main-title {
  color: #29abe2;
  font-size: 36px;
  line-height: 46px;
}
body .main .blog-single .top-area .date {
  font-style: italic;
  text-align: right;
}
body .main .blog-single .content .social-section {
  display: flex;
  align-items: center;
  margin: 15px 0;
  gap: 20px;
}
body .main .blog-single .content .social-section .share {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
body .main .blog-single .content .social-section .share img {
  height: 11px;
  width: 10px;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode {
  display: block;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode .addtoany_list {
  display: flex;
  margin: 0 -4px;
  line-height: 30px !important;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode .addtoany_list a {
  display: flex;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode .addtoany_list a span {
  height: 30px;
  width: 30px;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode .addtoany_list a span.a2a_label {
  display: none;
}
body .main .blog-single .content .social-section .share .addtoany_shortcode .addtoany_list a.addtoany_share {
  display: none;
}
body .main .blog-single .content .single-img {
  width: 100%;
  margin-bottom: 40px;
}
body .main .blog-single .content p {
  font-size: 16px;
  font-weight: 500;
}
body .main .blog-single .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .main .blog-single .content ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
body .main .blog-single .content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #29abe2;
}
body .main .blog-single .sidebar {
  padding-top: 100px;
}
body .main .blog-single .sidebar .title {
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 55px;
}
body .main .blog-single .sidebar .post {
  display: block;
  margin-bottom: 30px;
}
body .main .blog-single .sidebar .post img {
  width: 100%;
}
body .main .blog-single .sidebar .wp-block-latest-posts {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .main .blog-single .sidebar .wp-block-latest-posts li {
  margin-bottom: 30px;
}
body .main .blog-single .sidebar .wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  display: block;
}
body .main .blog-single .sidebar .wp-block-latest-posts li .wp-block-latest-posts__featured-image a img {
  width: 100%;
  height: auto;
}
body .main .blog-single .sidebar .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  display: none;
}
body .main.top-space {
  padding-top: 115px;
}
@media (max-width: 991px) {
  body .main .blog-single {
    padding: 60px 0;
  }
  body .main .blog-single .top-area .main-title {
    font-size: 28px;
    line-height: 36px;
  }
  body .main .blog-single .top-area .date {
    text-align: left;
  }
  body .main .blog-single .content .social-section {
    font-size: 15px;
  }
  body .main .blog-single .content .single-img {
    margin-bottom: 30px;
  }
  body .main .blog-single .content p {
    font-size: 15px;
  }
  body .main .blog-single .sidebar {
    padding-top: 60px;
  }
  body .main .blog-single .sidebar .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  body .main .blog-single .sidebar .post {
    margin-bottom: 20px;
  }
  body .main.top-space {
    padding-top: 85px;
  }
}

/*# sourceMappingURL=style_blog_single.css.map */
