/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Padding header menu items */
#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a { padding: 0 28px; }

/* Blog entries */
.blog-entry.grid-entry .blog-entry-header { margin: 20px 0 20px; }
.blog-entry.grid-entry .blog-entry-inner { text-align: center; }

/* Single post title */
.single-post h2.entry-title { text-align: center; margin: 0; }