/**
* Theme Name: Leblix Child
* Description: This is a child theme of Leblix.
* Author: <a href="https://creativesplanet.com/">Creativesplanet</a>
* Template: leblix
* Version: 1.0
*/

.cspt-footer-big-area .cspt-footer-social-icon li a {
    font-size: 26px !important;
}

/* Default - sab par apply */
.cspt-footer-boxes,
.cspt-footer-section.cspt-footer-big-area-wrapper,
.cspt-footer-section.cspt-footer-text-area {
    height: 80px !important;
}

/* Mobile par height hatao */
@media (max-width: 768px) {
    .cspt-footer-boxes,
    .cspt-footer-section.cspt-footer-big-area-wrapper,
    .cspt-footer-section.cspt-footer-text-area {
        height: auto !important; /* ya initial */
        min-height: auto !important;
    }
}

.creativesplanet-element-blog .cspt-blog-style-2 .cspt-meta-line a,.creativesplanet-element-blog .cspt-blog-style-2 .cspt-meta-line {
    display: none !important;
}

.cspt-blog-style-2 .creativesplanet-box-content .cspt-post-title {
  font-size:18px !important;
  line-height:30px;
  margin-bottom:0;
  /* Add these lines for 2 lines with ellipsis: */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}