/* Post Intro */
.intro-post-title-wrapper, .intro-post-info {
    padding: 0 125px !important;
}

@media (max-width: 768px) {
  .intro-post-title-wrapper, .intro-post-info {
      padding: 0 0 !important;
  }
}

.ba-social > div,
.ba-slideshow-img,
.ba-slideshow-dots.thumbnails-dots > div,
.intro-post-image,
.ba-blog-post-image,
.ba-instagram-image {
    border-radius: 12px !important;
}

/* Search Active Highlight */

.custom-search .ba-search-wrapper i:after {
    background: var(--primary);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 64px;
    width: 0%;
    transition: width .3s;
}

.custom-search .ba-search-wrapper input:focus + i:after {
 width: 100%;
}

/* Lightbox Icons */

.ba-instagram-modal i, 
.instagram-modal i {
  font-size: 48px !important;
  color: #000;
}

/* Comments Box */
.comment-user-name, 
.comment-logout-action,
.ba-guest-login-btn,
.ba-social-login-wrapper span,
.ba-comments-be-first-message.ba-comments-total-count,
.ba-user-login-btn,
.ba-comments-total-count,
.ba-comments-total-count-wrapper select {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Forms */
.ba-form {
    padding: 0 !important;
}

.ba-form .page-0 {
    animation: none !important;
}
