.mistri-news-read-block {
  position: relative;
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  .mistri-news-read-block {
    padding: 30px 0;
  }
}
.mistri-news-read-block .content-side {
  position: static;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mistri-news-read-block .content-side {
    margin-bottom: 10px;
  }
}
.mistri-news-read-block .content-side .blog-single .news-block-three {
  margin-bottom: 30px;
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 390px;
}
@media (max-width: 767px) {
  .mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .image-box .image {
    height: 200px;
    margin-bottom: 20px;
  }
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .image-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .content-box .inner-box-view {
  position: relative;
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .content-box .inner-box-view .content .date {
  font-size: 16px;
  color: #888;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .content-box .inner-box-view .content .date {
    margin-bottom: 10px;
  }
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .content-box .inner-box-view .content .date::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin: 0 10px;
  display: inline-block;
}
.mistri-news-read-block .content-side .blog-single .news-block-three .inner-box .content-box .inner-box-view .content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
.mistri-news-read-block .content-side .blog-single .post-share-options {
  position: relative;
  padding: 18px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.mistri-news-read-block .content-side .blog-single .post-share-options .float-left .tags {
  display: inline-block;
}
.mistri-news-read-block .content-side .blog-single .post-share-options .float-left .tags li {
  display: inline-block;
}
.mistri-news-read-block .content-side .blog-single .post-share-options .float-left .tags li a {
  padding: 6px 10px;
  background-color: #f3f3f3;
  border-radius: 30px;
  color: #888;
  margin-left: 2px;
  font-size: 14px;
}
.mistri-news-read-block .content-side .blog-single .post-share-options .float-left .tags li.title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  height: 28px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a {
  position: relative;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a::after,
.mistri-news-read-block .content-side .blog-single .page-view .text-view a::before {
  content: "";
  box-sizing: inherit;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:last-of-type {
  padding-right: 18px;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:last-of-type::before {
  right: -6px;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:last-of-type::after {
  right: -1px;
  width: 10px;
  border-top: 2px solid;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:first-of-type {
  padding-left: 18px;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:first-of-type::before {
  left: 0;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view a:first-of-type::after {
  left: 0;
  width: 10px;
  border-top: 2px solid;
  left: -1px;
}
.mistri-news-read-block .content-side .blog-single .page-view .text-view .hidden {
  visibility: hidden !important;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view {
  display: flex;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post {
  position: relative;
  padding: 20px;
  padding-left: 115px;
  min-height: 120px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .mistri-news-read-block .content-side .blog-single .page-view .item-view .post {
    margin-bottom: 10px;
    min-height: 80px;
  }
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post .post-thumb {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 76px;
  height: 80px;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post .post-thumb a {
  color: var(--color-primary);
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post .post-thumb a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post .date {
  color: #888;
  font-size: 14px;
  line-height: 30px;
  min-height: 30px;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post h4 {
  top: -5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--title-text-color);
  text-transform: capitalize;
  min-height: 45px;
}
.mistri-news-read-block .content-side .blog-single .page-view .item-view .post h4 a {
  color: var(--title-text-color);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mistri-news-read-block .sidebar-side {
  position: static;
  padding: 30px;
  padding-top: 0;
  background-color: #f3f3f3;
  height: 100%;
}
@media (max-width: 767px) {
  .mistri-news-read-block .sidebar-side {
    margin-top: 20px;
    padding: 15px;
  }
}
.mistri-news-read-block .sidebar-side .sidebar {
  position: static;
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mistri-news-read-block .sidebar-side .sidebar .sidebar-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  text-transform: capitalize;
}
.mistri-news-read-block .sidebar-side .sidebar .search-box form .form-group {
  position: relative;
  margin: 0px;
}
.mistri-news-read-block .sidebar-side .sidebar .search-box form .form-group input {
  outline: transparent;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 20px;
  background: #fff;
  width: 100%;
  height: 58px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.mistri-news-read-block .sidebar-side .sidebar .search-box form .form-group button {
  position: absolute;
  right: 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: var(--title-text-color);
  line-height: 100%;
  font-weight: normal;
  top: 0;
  height: 58px;
  width: 50px;
  transition: all 300ms ease;
  cursor: pointer;
  background-color: #fff;
  line-height: 1;
}
.mistri-news-read-block .sidebar-side .sidebar .search-box form .form-group button .search {
  font-size: 22px;
  line-height: 1;
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li {
  position: relative;
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li:hover a {
  color: var(--color-primary);
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.mistri-news-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--title-text-color);
  line-height: 30px;
  font-weight: 400;
  padding-left: 25px;
  border-bottom: 1px solid #f0f7f2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post {
  position: relative;
  padding: 0px 0px;
  padding-left: 85px;
  min-height: 88px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .mistri-news-read-block .sidebar-side .sidebar .related-posts .post {
    margin-bottom: 10px;
    min-height: 80px;
  }
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post .post-thumb a {
  color: var(--color-primary);
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post .post-thumb a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post .date {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post h4 {
  top: -5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--title-text-color);
  text-transform: capitalize;
}
.mistri-news-read-block .sidebar-side .sidebar .related-posts .post h4 a {
  color: var(--title-text-color);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
