/* Title and container */
div#lp-single_title {
  z-index: 9;
}
.lp-single-title h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  margin: 1rem 0;
}

/* Sticky title */
.title_sticky {
  position: sticky;
  top: 60px;
  z-index: 1;

}
.title_sticky h1 {
  background: #fff;
  padding: 0.5rem 0;
  font-size: 1.7rem;
  border-bottom: 1px solid #818182;
}

/* Layout */
.lp-single-row {
  display: flex;
}
.lp-single-left {
  flex: 2;
  padding-right: 20px;
}
.lp-single-right {
  max-width: 300px;
  flex: 1;
}

/* Post image */
.lp-single-left-img {
  width: 100%;
  margin: 10px 0;
}
.lp-single-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.lp-page-content {
  margin: 10px 0;
  display: flex;
}
.lp-page-content-left {
  max-width: 160px;
  flex: 1;
  text-align: center;
  padding-right: 20px;
}
.lp-page-content-right {
  flex: 2;
}
.lp-page-content-right p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.lp-page-content-right img {
  height: auto;
  width: 100%;
}

/* Author bar */
.lp-page-author-body {
  padding: 7px 0;
  border-bottom: 1px dashed #555;
  border-top: 1px dashed #555;
  display: flex;
  align-items: center;
  position: relative;
}
.snews-a-img {
  margin-right: 7px;
}
.snews-a-img img {
  height: 40px;
  width: 40px;
  padding: 3px;
  border: 1px dashed #555;
  border-radius: 50%;
}
.snews-a-name {
  font-size: 11px;
  color: #555;
}
.snews-a-name a {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.lp-page-comment {
  margin: 0 50px;
  font-size: 20px;
  color: #003399;
}
.social-share {
  display: block;
  right: 0;
  position: absolute;
}

/* Left sticky sidebar */
.snews-left-img {
  margin-right: 7px;
}
.snews-left-img img {
  height: 40px;
  width: 40px;
  padding: 3px;
  border: 1px dashed #555;
  border-radius: 50%;
}
.snews-left-name {
  font-size: 11px;
  color: #555;
}
.snews-left-name a {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.lp-page-left-comment {
  margin: 0 50px;
  font-size: 20px;
  color: #003399;
}
.lp-page-left-sticky {
  border: none;
  display: block;
  padding: 0;
  text-align: center;
  margin: 12px 0 0 0;
  position: sticky;
  top: 200px;
}

/* Responsive */

@media (max-width: 992px) {
  .lp-single-row {
    display: block;
  }
  .lp-single-left {
    padding-right: 0;
  }
  .lp-single-right {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .lp-single-right-1,
  .lp-single-right-2 {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .lp-page-content-left {
    display: none;
  }
  .lp-single-title h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .lp-page-comment {
    font-size: 16px;
    margin: 0 20px;
  }
  .lp-page-content {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .lp-page-content-left {
    display: none;
  }
  .lp-single-title h1 {
    font-size: 25px;
  }
  .snews-a-img img {
    height: 30px;
    width: 30px;
  }
  .snews-a-name a {
    font-size: 12px;
  }
  .snews-a-name {
    font-size: 10px;
  }
  .lp-single-right {
    display: block;
  }
  .lp-single-right-1,
  .lp-single-right-2 {
    width: 100%;
    margin: 0;
  }
}
