/* text-[#b5bac0]  70%*/
/* text-[#848d96]  50%*/
/*---- Single Blog Post ----*/
#menu-item-28 > a {color: #FF9D00;}
.blog-container {max-width: 696px;}
.blogpost:hover .blogtitle {color: #0094fe;}
#header {z-index: 1;}
#FixLeftIcons {
  z-index: 1;
  top: 200px;
}
.scrollFixed {
  position: fixed !important;
  top: 0;
}
.blog-container h1,
.blog-container h2,
.blog-container h3,
.blog-container h4,
.blog-container h5,
.blog-container h6 {
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: normal;
  font-weight: 500;
}
.blog-container h2 {font-size: 34px;}
.blog-container h3 {font-size: 28px;}
.blog-container h4{font-size: 24px;}
.blog-container h5 {font-size: 20px;}
.post-content table th,
.post-content table td {padding: 5px 15px;}
.blog-container img{border-radius: 12px;}
.post-content p {margin-bottom: 20px;}
.post-content ul, .post-content ol {padding: 0 0 0 32px;}
.post-content ol ul, .post-content ul ol {
  padding: 0 0 0 30px;
  margin: 10px 0;
}
.post-content ol li,
.post-content ul li {
  margin-bottom: 15px;
  list-style-type: disc;
}
strong, b{font-weight: 600 !important;}
.thumbnail img {border-radius: 12px;}
/*---- Start Media Query ----*/
@media (min-width: 320px) and (max-width: 767px) {
  .single-blog-social-icons {  position: unset !important;}
  #FixLeftIcons {
    position: unset !important;
    text-align: center;
  }
  .social_share a {
    display: inline-block !important;
    margin: 0 6px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
.single-blog-social-icons {  position: unset !important;}
  #FixLeftIcons {
    position: unset !important;
    text-align: center;
  }
  .social_share a {
    display: inline-block !important;
    margin: 0 6px 20px;
  }
}