/**handles:lunfest-theme-info**/
/*
Theme Name: Lunfest Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: lunfest
Text Domain: lunfest-child
*/

.etn-event-category {
  padding-bottom: 20px;  /* increase value as needed */
}
.etn-event-entry-title {
  font-family: 'Poppins', sans-serif;  /* or 'Montserrat', 'Raleway', etc. */
  font-weight: 600;
  font-size: 2rem;  /* adjust size if needed */
  line-height: 1.3;
}
.etn-social i, 
.etn-social svg {
  color: #6B2EE5;  /* replace with your brand color */
}

.etn-social i:hover, 
.etn-social svg:hover {
  color: #4A1CBA;  /* darker shade on hover */
}
@media (min-width: 1024px) {
  .etn-event-single-content-wrap {
    position: sticky;
    top: 100px;  /* adjust offset from top */
  }
}