@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;700&display=swap");
.wrapper-post {
  width: 800px;
  margin: 0 auto;
  padding: 75px 20px 0px 20px;
}

.wrapper-post .date {
  margin-top: 35px;
  font-size: 16px;
  color: #0b0b239c;
  margin-bottom: 10px;
}

.wrapper-post .title {
  font-size: 20px;
  padding: 10px 0;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.wrapper-post p {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  padding-top: 20px;
}

.wrapper-post .the-content p:last-child:after {
  content: ' |';
  color: #42C3F5;
  font-weight: bold;
}
.wrapper-post .the-content a{ 
  color:#42c5f7!important;
}
.related {
  min-width: 916px;
  margin: 0 auto;
  left: -31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-related {
  left: -16px !important;
}

.leftbar {
  height: 92px;
  width: 16px;
  background: #42C3F5;
}

.category-and-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cell {
  background: white;
  padding: 15px 25px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.26);
  margin-top: 8px;
  border-radius: 6px;
}

.cell__title {
  line-height: 22px;
}

.cell__title a {
  color: black;
  font-size: 22px;
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.cell__title a:hover {
  color: #42C3F5;
  text-decoration: none;
}

.cell__date {
  color: #888895;
  font-size: 15px;
  font-family: "Merriweather Sans", sans-serif;
}

.cell__excerpt {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 300;
}

.cell__category * {
  color: #42C3F5;
  font-size: 15px;
  font-weight: normal;
}

.cell__category a:hover {
  color: black !important;
  text-decoration: none;
}

.see-more, .archive {
  color: #42C3F5;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.see-more {
  font-family: 'Merriweather', serif;
  font-weight: 700 !important;
  font-size: 18px;
}

.wrapper-related-post .related-post {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100px;
  position: relative;
  background: white;
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.26);
}

.wrapper-related-post .related-post:first-child {
  margin-top: 40px;
}

.wrapper-related-post .related-post .tape {
  position: absolute;
  top: 0%;
  left: -10px;
  width: 10px;
  height: 100%;
  background: #42C3F5;
}

.custom-pagination {
  background: #f5f5f5;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-pagination .custom-pagination-div {
  min-width: 916px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.custom-pagination .prev, .custom-pagination .next {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: 0px 5px;
  font-size: 0;
  opacity: 1 !important;
}

.custom-pagination .page-numbers {
  margin: 0px 5px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 0.5;
  color: white;
  background-color: #42C3F5;
}

.custom-pagination .current {
  opacity: 1 !important;
}

.custom-pagination .prev {
  background: url("img/arrow-prev.png");
}

.custom-pagination .next {
  background: url("img/arrow-next.png");
}

.dots-cyan {
  color: #42C3F5;
}

.policy h1 {
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 700;
  color: #42C3F5;
  padding: 0px 0 40px 0;
}

.policy h5 {
  line-height: 40px;
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 700;
}

.policy p {
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 300 !important;
  line-height: 30px;
}

.policy a {
  color: #42C3F5;
  text-decoration: none;
}
/*# sourceMappingURL=single.css.map */