.app-singles {
  margin-top: 2rem;
}

.app-singles-main {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .app-singles-main {
    padding-top: 32px;
    padding-right: 30px;
    padding-bottom: 32px;
    padding-left: 30px;
    border: 0;
  }
  .app-singles-main::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    content: "";
  }
}
.app-singles-main img {
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.app-singles-main .app-image-strech {
  position: relative;
  z-index: -1;
  margin-top: 1.5rem;
  margin-right: -15px;
  margin-bottom: 2rem;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .app-singles-main .app-image-strech {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.app-singles-heading {
  /* margin-top: 2rem; */
}

.app-singles-heading h1 {
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .app-singles-heading h1 {
    font-size: 1.5rem;
  }
}
.app-singles-heading dl {
  display: flex;
  color: #65727e;
  font-size: 0.875rem;
}

.app-singles-heading dd + dd {
  margin-left: 0.5rem;
}

.app-heading-category {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 3px;
  border-bottom: solid 3px #b8dec2;
  color: #212529;
}

.app-heading-category:hover {
  text-decoration: none;
}

.app-heading-lead {
  margin-bottom: 1.5rem;
}

.app-cover {
  margin-top: 1rem !important;
  margin-bottom: 2.5rem !important;
}

.app-section {
  /* margin-bottom: 3rem; */
}

.app-section + .app-section {
  margin-top: 3rem;
}

.app-section hr {
  margin-top: 3.5em;
  margin-right: -15px;
  margin-bottom: 3.5em;
  margin-left: -15px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .app-section hr {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.app-section h2 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  color: #0b6a08;
  font-size: 1.5rem;
}

.app-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
}

.app-section h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0b6a08;
  font-size: 1rem;
}

.app-section p {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.app-section ul,
.app-section ol {
  margin-top: 1rem;
}

.app-section li + li {
  margin-top: 0.5rem;
}

.app-section strong,
.app-section b,
.app-section em {
  background: #ecf6ef;
  font-weight: normal;
}

.app-section figcaption {
  margin-top: 0.5rem;
  color: #65727e;
  font-size: 0.875rem;
}

.app-section .m1,
.app-section .m2,
.app-section .m3,
.app-section .m4,
.app-section .m5,
.app-section .m7,
.app-section .f1,
.app-section .f2,
.app-section .f3,
.app-section .f4,
.app-section .f5,
.app-section .f7 {
  display: flex;
  align-items: center;
  margin-left: 0;
  list-style-type: none;
}

.app-section .m1::before,
.app-section .m2::before,
.app-section .m3::before,
.app-section .m4::before,
.app-section .m5::before,
.app-section .m7::before,
.app-section .f1::before,
.app-section .f2::before,
.app-section .f3::before,
.app-section .f4::before,
.app-section .f5::before,
.app-section .f7::before {
  display: block;
  flex: none;
  margin-right: 0.5rem;
  width: 44px;
  height: 44px;
  background: url(../images/icon_m1.png) no-repeat;
  content: "";
  line-height: 1;
}

.app-section .m1::before {
  background-image: url(../images/icon_m1.png);
}

.app-section .m2::before {
  background-image: url(../images/icon_m2.png);
}

.app-section .m3::before {
  background-image: url(../images/icon_m3.png);
}

.app-section .m4::before {
  background-image: url(../images/icon_m4.png);
}

.app-section .m5::before {
  background-image: url(../images/icon_m5.png);
}

.app-section .m7::before {
  background-image: url(../images/icon_m7.png);
}

.app-section .f1::before {
  background-image: url(../images/icon_f1.png);
}

.app-section .f2::before {
  background-image: url(../images/icon_f2.png);
}

.app-section .f3::before {
  background-image: url(../images/icon_f3.png);
}

.app-section .f4::before {
  background-image: url(../images/icon_f4.png);
}

.app-section .f5::before {
  background-image: url(../images/icon_f5.png);
}

.app-section .f7::before {
  background-image: url(../images/icon_f7.png);
}

.app-section pre {
  white-space: inherit;
}

.app-singles-footing {
  display: flex;
  margin-top: 3rem;
}

.app-singles-footing img {
  width: auto;
}

.app-singles-footing-image {
  flex: 0 0 100px;
}

.app-singles-footing-image img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}

.app-singles-footing-text {
  flex: auto;
  margin-left: 1rem;
}

.app-singles-footing-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}

.app-singles-footing-text p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.app-singles-footing-text p > a {
  display: inline-block;
  margin-top: 0.75rem;
}

.app-pages h1 {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 3px;
  border-bottom: solid 3px #b8dec2;
  font-size: 1.75rem;
  line-height: 1.3;
}

.app-pages li + li {
  margin-top: 1rem;
}

/*# sourceMappingURL=app-singles.css.map */
/* ========== Related Posts ========== */
.related-gallery.gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.related-gallery .gallery-icon {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, 0.02);
  color: #212529;
  text-decoration: none;

  aspect-ratio: 16/9;
}

.related-gallery .wp-caption-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  background: url(../images/bg_s.png) no-repeat right 8px bottom;
  color: #212529;
  text-decoration: none;
}

.app-section .related-gallery figcaption {
  flex-grow: 1;
  margin-top: 0;
  padding-top: 1.2rem;
}

.app-section .related-gallery figcaption a {
  margin-bottom: 1rem;
}

.app-section .related-gallery figure {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100% !important;
}

.app-singles-main .related-gallery img {
  position: relative;
  z-index: -1;
  max-width: fit-content;
  max-width: 100%;
  width: auto;
  width: 100%;
  height: auto;
}

.app-singles-main .related-gallery .rpbt-post-date {
  margin-top: auto;
  color: #878787;
}

.related-gallery a {
  max-width: 100%;
  width: 100%;
  height: auto;
  color: #212529;
}

.related-gallery a:hover {
  color: #007bff;
}

@media (min-width: 576px) {
  .app-section .related-gallery figure {
    width: 33.3333% !important;
  }
}
/* ========== /Related Posts ========== */
/* ========== pagination ========== */
.pagination-single {
  display: flex;
  justify-content: center;
  padding-left: 0;
  border-radius: 0.25rem;
  color: #fff;
  list-style: none;
}

p.pagination-single {
  font-size: 13px;
}

.pagination-single a,
.pagination-single span {
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 4px 8px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  line-height: 1.25;
}

.pagination-single a {
  color: #212529;
}

.pagination-single span {
  border-color: #50ab69;
  background: #50ab69;
}

.pagination-single :first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-single :last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* ========== /pagination ========== */
/* ========== readlink ========== */
.read-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  width: 196px;
  height: 35px;
  border: 1px solid #d78a1e;
  border-radius: 28px;
  background-color: #fff;
  color: #d78a1e;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  transition: all 0.3s ease !important;
}

.read-link:visited,
.read-link:link {
  color: #d78a1e;
}

.read-link:hover,
.read-link:active {
  border: 1px solid #d78a1e;
  background: #d78a1e;
  color: white;
  text-decoration: none;
}

/* ========== /readlink ========== */
