/*
Theme Name: Laughton Creatves Hello Child
Theme URI: https://laughtoncreatves.com/
Template: hello-elementor
Author: Laughton Creatves
Author URI: https://laughtoncreatves.com/
Description: Laughton Creatves Hello is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760123887
Updated: 2025-10-10 19:18:07

*/

header #LC-Logo {
	display:inherit !important;
	}

/* Poster-first: keep fallback visible, fade bg video in when actually playing */
.lc-bgvid .elementor-background-video-container > video {
  opacity: 0;
  transition: opacity .6s ease-in-out;
	}
.lc-bgvid.is-playing .elementor-background-video-container > video {
  opacity: 1;
	}

#LC-Buttons .elementor-button-icon svg {
	height: auto;
	width: 1.5em !important;
	margin-left: 5px !important;
	}


/* LOOP GRID */
/* Limit loop titles to 2 lines */
#LC-Title-Loop h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  line-clamp: 2; /* for future compatibility */
  line-height: 1.3;
  max-height: calc(1.3em * 2);
  word-break: break-word;
	}

/*** Project Loops ***/
/* 2-line clamp with ellipsis */
/* Force a 2-line clamp on the widget AND its direct text element */
#LC-Blurb-Loop,
#LC-Blurb-Loop p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* keep line-height consistent across cards */
  line-height: 1.5;
  /* avoid theme/min-height conflicts */
  min-height: auto !important;
	  max-height: calc(1.4em * 2); /* 2 lines */
	}

/* If Elementor adds spans, ensure they don't break flow  */
#LC-Blurb-Loop * {
  overflow: visible;
  white-space: normal;
	}


.balanced-title {
	text-wrap: balance;
	}



