.single-post-new {
  max-width: 1137px;
}
.single-post-new .top_post h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
.single-post-new .top_post .info-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.single-post-new .top_post .info-post span {
  font-size: 17px;
}
.single-post-new .top_post .categories {
  padding: 0.25rem 0.5rem;
  background-color: #EF7846;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}
.single-post-new .top_post .img {
  position: relative;
  z-index: 1;
  height: 505px;
}
.single-post-new .top_post .img .logo {
  position: absolute;
  width: 100px;
  height: 35px;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.single-post-new .top_post .img .img-big {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-post-new .top_post .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 20px;
}
.single-post-new .top_post .author {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.single-post-new .top_post .author h3 {
  font-size: 21px;
}
.single-post-new .top_post .author .left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-post-new .top_post .author .left .man {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.single-post-new .top_post .author .left .man img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: solid 3px white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: unset;
}
.single-post-new .top_post .author .left .man a {
  color: #252525;
  font-size: 17px;
}
.single-post-new .top_post .author .left .man a:hover {
  text-decoration: underline #EF7846 2px;
}
.single-post-new .top_post .author .left .man .specialization {
  font-size: 14px;
  opacity: 0.6;
}
.single-post-new .top_post .right .views {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
  font-size: 21px;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.single-post-new .top_post .right .views .icon {
  background-color: #252525;
}
.single-post-new .top_post .right .time_reading {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .single-post-new {
    padding-top: 0 !important;
  }
  .single-post-new .top_post .img {
    height: 400px;
  }
  .single-post-new .top_post h1 {
    font-size: 35px;
    margin-bottom: 26px;
  }
  .single-post-new .top_post .author {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .single-post-new .top_post .img {
    height: 350px;
  }
  .single-post-new .top_post h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-post-new .top_post .author {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .single-post-new {
    padding-top: 1rem !important;
  }
  .single-post-new .top_post .author h3 {
    font-size: 18px;
  }
  .single-post-new .top_post .author .left .man a {
    font-size: 15px;
  }
  .single-post-new .top_post .author .left .man .specialization {
    font-size: 12px;
  }
  .single-post-new .top_post .author .left .man img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .single-post-new .top_post .author .right .views {
    font-size: 18px;
  }
  .single-post-new .top_post .author .right .time_reading {
    font-size: 14px;
    text-align: end;
  }
  .single-post-new .top_post .right-mob {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    color: white;
  }
  .single-post-new .top_post .right-mob .views .icon {
    background-color: white;
  }
  .single-post-new .categories-mob {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
  }
}
@media (max-width: 576px) {
  .single-post-new .top_post h1 {
    font-size: 18px;
  }
  .single-post-new .top_post .img {
    height: 300px;
  }
  .single-post-new .top_post .img .logo {
    width: 70px;
    height: 20px;
  }
  .single-post-new .top_post .right .views {
    font-size: 12px;
    gap: 0.25rem;
  }
  .single-post-new .top_post .right .views .icon {
    width: 17px;
    height: 12px;
    min-width: 17px;
  }
  .single-post-new .top_post .right .time_reading {
    font-size: 12px;
  }
  .single-post-new .top_post .categories {
    font-size: 12px;
  }
}

/*# sourceMappingURL=single-post-new.css.map */
