@charset "UTF-8";
.center, .post-share a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .page-post .post-tags a, .page-article .post-tags a, .post-share a {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.post-share.fixed {
  position: absolute;
  top: 0;
  left: -50px;
}
.post-share a {
  width: 34px;
  height: 34px;
  display: block;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #e6edf2;
}
.post-share a:hover {
  color: #ffffff;
}
.post-share a:hover[class*=facebook] {
  border-color: #3b5998;
  background-color: #3b5998;
}
.post-share a:hover[class*=twitter] {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.post-share a:hover[class*=instagram] {
  border-color: #c13584;
  background-color: #c13584;
}
.post-share a:hover[class*=telegram] {
  border-color: #0088cc;
  background-color: #0088cc;
}
.post-share a:hover[class*=whatsapp] {
  border-color: #075e54;
  background-color: #075e54;
}
.post-share a:hover[class*=youtube] {
  border-color: #ff0000;
  background-color: #ff0000;
}
.post-share a:hover[class*=google-play] {
  border-color: #34a853;
  background-color: #34a853;
}
.post-share a:hover[class*=app-store] {
  border-color: #0a84ff;
  background-color: #0a84ff;
}

.page-post figure figcaption, .page-article figure figcaption {
  padding-right: 8px;
  border-right: 2px solid #cecece;
}
.page-post .post-slider, .page-article .post-slider {
  position: relative;
}
.page-post .post-slider .swiper-button, .page-article .post-slider .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 60px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.page-post .post-slider .swiper-button i, .page-article .post-slider .swiper-button i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-post .post-slider .swiper-button-disabled, .page-article .post-slider .swiper-button-disabled {
  cursor: default;
}
.page-post .post-slider .swiper-button-prev, .page-article .post-slider .swiper-button-prev {
  right: 0;
}
.page-post .post-slider .swiper-button-next, .page-article .post-slider .swiper-button-next {
  left: 0;
}
.page-post .post-text-container > p, .page-post .post-text-container > span, .page-post .post-text-container > div, .page-article .post-text-container > p, .page-article .post-text-container > span, .page-article .post-text-container > div {
  margin-bottom: 30px;
}
.page-post .post-text-container p, .page-post .post-text-container span, .page-post .post-text-container div, .page-article .post-text-container p, .page-article .post-text-container span, .page-article .post-text-container div {
  color: #343a40;
  font-size: 18px;
}
.page-post .blockquote, .page-article .blockquote {
  border: 1px solid;
  border-radius: 8px;
  padding: 24px 60px 18px 40px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote::before, .page-post .blockquote::after, .page-article .blockquote::before, .page-article .blockquote::after {
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
}
.page-post .blockquote::before, .page-article .blockquote::before {
  right: 14px;
  top: 12px;
  transform: scale(-1);
}
.page-post .blockquote::after, .page-article .blockquote::after {
  bottom: 15px;
  left: 14px;
}
.page-post .author-profile, .page-article .author-profile {
  transform: translateY(-45%);
}
.page-post .author-profile img, .page-article .author-profile img {
  border: 5px solid #fff;
}
.page-post .post-tags a, .page-article .post-tags a {
  font-size: 16px;
  padding: 4px 14px;
  border-radius: 30px;
  background-color: #f7f7f7;
}
.page-post .post-tags a:hover, .page-article .post-tags a:hover {
  color: #fff;
  background-color: #0e74b2;
}
.page-post .related-posts header, .page-article .related-posts header {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.page-post .related-posts header::after, .page-article .related-posts header::after {
  width: 70%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e9e9e9;
}
.page-post .related-posts article a:hover, .page-article .related-posts article a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=pages.css.map */
