/*
Theme Name: Berliner - Ignition Child
Theme URI: https://www.cssigniter.com/themes/berliner/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Berliner - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-berliner
Text Domain: ignition-berliner-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */


/* Reduce space between paragraphs */
.entry-content > * {
  margin-bottom: 1.5em; 
}

.entry-content p {
  margin: 0 0 1.5em; /
}


/* Remove border between widgets */

.widget {
  border-bottom: none;
}


/* Remove excerpt from page hero */

.page-hero-subtitle {
  display: none;
}
