img { max-width: 100%; }

.section .section-title { border-bottom-color: #ced4da; }

.main-slider .main-slider-item .img-link::after,
.section-cat-block .post-item-vr .image::after { border-radius: 1rem; }

.section-cat-block .post-item-vr .caption .title {
  font-size: 20px;
}

.section-latest-posts,
.section-category:nth-child(odd) { background: #f1f1f1; }

.section-cat-block .read-more-btn,
.section-cat-block .read-more-btn:hover {
  display: inline-block;
  padding: 3px 12px;
  margin-top: 1rem;
  font-weight: 700;
  border-radius: 1rem;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.25);
}
.post-item .badge-category { border-radius: 1rem; }

.section-page .page-title { font-size: 2.5rem; font-weight: 700; }

.post-content .post-files { margin: 15px 0 60px; }

.post-content .post-share-label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 60px;
  background-color: #888 !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-content .post-share-buttons { margin-top: 80px; }
.post-content .btn-share a {
  width: 40px;
  border-radius: 50%;
  margin-right: 0;
  background-color: #2c2c2c;
}
.post-content .btn-share a:hover { background-color: #492c7a; }
.reactions .border:hover { border-color: #2c2c2c !important; cursor: pointer; }

.reactions .img-reaction { width: 48px; height: 48px; }
.reaction-num-votes {
  top: 5px;
  right: 22px;
  min-width: 16px;
  font-size: 9px;
}

.footer-social-links ul li { margin-bottom: 0; }
.profile-social-links li a,
.footer-social-links ul li a {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .post-share-wrapper {
    display: flex;
    align-items: center;
  }
  .post-content .post-share-label::before {
    left: 100%;
    top: 50%;
    width: 60px;
    height: 1px;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  .post-content .post-share-buttons {
    margin-top: 0;
    margin-left: 90px;
  }
  .post-content .btn-share a {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 767.98px) {
  .post-share-buttons,
  .post-share-buttons .btn-share { margin-bottom: 0 !important; }
}