/*
Theme Name: Zosia - Child Theme
Theme URI: http://www.3forty.media/zosia
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Zosia Child theme
Version: 1.0
Text Domain: zosia
Template: zosia
*/

/* Start Custom CSS */

/* Home/archive/search excerpt clamp */
body.home article .entry-content,
body.archive article .entry-content,
body.search article .entry-content,
body.home article .entry-summary,
body.archive article .entry-summary,
body.search article .entry-summary,
body.home article .post-content,
body.archive article .post-content,
body.search article .post-content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
