.single-post #wrapper-footer-full {
  display: none;
}

.bao__single-post .breadcrumbs {
  background-color: #eeeeee;
  padding: 10px 0;
}

.bao__single-post .breadcrumbs .container {
  padding: 0;
}

.bao__single-post .breadcrumbs .container span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #111111;
}

.bao__single-post .breadcrumbs .container span a:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #a1a1a1;
}

.bao__single-post .breadcrumbs .container span a:last-child {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #111111;
}

.bao__single-post .lp__hero-block h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  margin: 20px 0 0 0;
}

.bao__single-post .sw__container {
  max-width: 1005px;
  margin: 0 auto;
  padding-top: 40px;
}

.bao__single-post .sw__container .single__post-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child {
  flex-basis: calc(100% - 389px);
  max-width: calc(100% - 389px);
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #111111;
  padding-bottom: 54px;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content a {
  color: #006482;
  text-decoration: none;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content a:hover {
  color: #007aaf;
  text-decoration: underline;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ul,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ol {
  padding-left: 20px;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ul li,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ol li {
  margin-bottom: 10px;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ol,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content ul,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content p,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h1,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h2,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h3,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h4,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h5,
.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content h6 {
  word-break: normal;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content a {
  word-break: break-all;
}

.bao__single-post .sw__container .single__post-content .single__post-grid:last-child {
  flex-basis: 322px;
}

.single__post-sidebar {
  background-color: #eeeeee;
  padding: 20px;
}

.single__post-sidebar .search__form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
}

.single__post-sidebar .search__form form {
  position: relative;
}

.single__post-sidebar .search__form form input.search__term {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #a1a1a1;
  width: 100%;
  height: 36px;
  border: 2px solid #ccc;
  padding: 10px 50px 10px 15px;
}

.single__post-sidebar .search__form form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 36px;
  border: none;
  opacity: 0;
  z-index: 4;
}

.single__post-sidebar .search__form form input:focus,
.single__post-sidebar .search__form form input:active {
  outline: none;
}

.single__post-sidebar .search__form form input::-webkit-input-placeholder,
.single__post-sidebar .search__form form input::-moz-placeholder,
.single__post-sidebar .search__form form input:-ms-input-placeholder,
.single__post-sidebar .search__form form input:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #a1a1a1 !important;
}

.single__post-sidebar .search__form form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #cccccc;
  z-index: 3;
}

.single__post-sidebar .latest__post {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 20px;
}

.single__post-sidebar .latest__post h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 15px 0;
}

.single__post-sidebar .latest__post .post__block {
  margin: 0 0 20px 0;
}

.single__post-sidebar .latest__post .post__block img {
  width: 100%;
  margin: 0 0 10px 0;
}

.single__post-sidebar .latest__post .post__block h5 a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #006482;
  text-decoration: none;
}

.single__post-sidebar .latest__post .post__block h5 a:hover {
  text-decoration: underline;
}

.single__post-sidebar .blog__categories h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #111111;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.single__post-sidebar .blog__categories a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #006482;
  text-decoration: none;
  margin: 0 0 10px 0;
}

.single__post-sidebar .blog__categories a:hover {
  text-decoration: underline;
}

.post__likes-share {
  display: flex;
}

.post__likes-share .share__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #141414;
  margin-right: 10px;
}

.post__likes-share .a2a_kit a .a2a_svg {
  background-color: rgb(255, 255, 255);
  width: 25px !important;
  line-height: 25px !important;
  height: 25px !important;
  background-size: 25px !important;
  padding: 3px;
  border: 1px solid #a1a1a1;
}

.post__author .author__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 23px 0;
  border-top: 1px solid #cccccc;
}

.post__author .author__block .author__grid:first-child {
  flex-basis: 98px;
}

.post__author .author__block .author__grid:first-child img {
  clip-path: circle(50% at 50% 50%);
  width: 100%;
  height: auto;
}

.post__author .author__block .author__grid:first-child .image__placeholder {
  width: 100%;
  height: 98px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.post__author .author__block .author__grid:last-child {
  flex-basis: calc(100% - 128px);
}

.post__author .author__block .author__grid:last-child h5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  margin: 0 0 6.9px 0;
}

.post__author .author__block .author__grid:last-child .author__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  margin: 0 0 20.1px 0;
}

.post__author .author__block .author__grid:last-child .author__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FF6200;
  text-decoration: none;
}

.post__author .author__block .author__grid:last-child .author__link:hover {
  text-decoration: underline;
}

.single__post-related {
  margin: 60px auto;
}

.single__post-related .rp_wrap {
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.2);
  padding: 20px 30px 60px 30px;
}

.single__post-related .rp_wrap h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.19px;
  margin: 0 0 30px 0;
}

.single__post-related .rp_wrap .rp4wp-posts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  list-style: none;
}

.single__post-related .rp_wrap .rp4wp-posts-list li {
  flex-basis: calc(33.33% - 19.33px);
}

.single__post-related .rp_wrap .rp4wp-posts-list li img {
  width: 341px;
  height: 196px;
  object-fit: cover;
  margin: 0 0 10px 0;
}

.single__post-related .rp_wrap .rp4wp-posts-list li .rp4wp_component_title {
  margin: 0 0 20px 0;
}

.single__post-related .rp_wrap .rp4wp-posts-list li .rp4wp_component_title a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #111111;
}

.single__post-related .rp_wrap .rp4wp-posts-list li .rp4wp_component_excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #111111;
}

.single__post-related .rp_wrap .rp4wp-posts-list li .rp4wp_component_excerpt p {
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .bao__single-post .sw__container {
    padding: 30px 15px 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .bao__single-post .lp__hero-block h2 {
    font-size: 14px;
    margin: 22px 0 30px 0;
    text-align: left;
  }

  .bao__single-post .sw__container .single__post-content .single__post-grid:first-child {
    flex-basis: 100%;
    max-width: 100%;
  }

  .bao__single-post .sw__container .single__post-content .single__post-grid:last-child {
    flex-basis: 100%;
  }

  .bao__single-post .sw__container .single__post-content .single__post-grid:last-child .single__post-sidebar {
    max-width: 322px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content {
    font-size: 14px;
    line-height: 1.43;
  }

  .bao__single-post .sw__container .single__post-content .single__post-grid:first-child .post__content p {
    margin: 10px 0;
    word-break: break-word;
  }

  .single__post-related .rp_wrap .rp4wp-posts-list li {
    flex-basis: 100% !important;
    margin-bottom: 25px;
  }

  .single__post-related .rp_wrap .rp4wp-posts-list li .rp4wp_component_image img {
    width: 100%;
  }

  .post__author .author__block {
    text-align: center;
  }

  .post__author .author__block .author__grid:first-child {
    flex-basis: 100%;
  }

  .post__author .author__block .author__grid:first-child img {
    width: 98px;
    margin-bottom: 10px;
  }

  .post__author .author__block .author__grid:first-child .image__placeholder {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 98px !important;
    margin-bottom: 10px;
  }

  .post__author .author__block .author__grid:last-child {
    flex-basis: 100%;
  }

  .single__post-related .rp_wrap {
    padding: 20px 15px;
  }

  .single__post-related .rp_wrap .rp4wp-posts-list li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .bao__single-post .breadcrumbs .container {
    padding: 0 15px;
  }
}