/* 
Theme Name:		 PinoyDJ
Theme URI:		 http://childtheme-generator.com/
Description:	 PinoyDJ is a child theme of Twenty Twenty-Five, created by ChildTheme-Generator.com
Author:			 Tidfy
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 pinoydj
*/
.excerpt-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
